file not found fixed

This commit is contained in:
mcguirepr89
2022-02-10 11:07:07 -05:00
parent f9b9541e09
commit 02d718ea44
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
shell_exec("sudo -u pi /home/pi/BirdNET-Pi/scripts/update_birdnet.sh > /tmp/phpupdate.log 2&>1");
header('Location: /update_inprogress.php');
header('Location: update_inprogress.php');
?>