testing updater

This commit is contained in:
mcguirepr89
2022-02-16 09:49:23 -05:00
parent b6afc33c06
commit ecb0d0511d
+3 -3
View File
@@ -93,11 +93,11 @@ if($command == 'update_birdnet.sh'){
} }
if(isset($command)){ if(isset($command)){
$results = shell_exec("$command 2>&1"); $results = shell_exec("$command 2>&1");
echo "<pre>$results</pre>"; echo "</div>
</div>
<pre>$results</pre>";
} }
} }
ob_end_flush(); ob_end_flush();
?> ?>
</div>
</div>
</body> </body>