Update update_birdnet.php

This commit is contained in:
Patrick McGuire
2021-10-18 14:47:53 -04:00
committed by GitHub
parent 0e235c9e09
commit 97c6abbb1c
+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: http://birdnetpi.local/index.html?success=true');
header('Location: http://birdnetpi.local/scripts/update_inprogress.php');
?>