fixed rebooting issue -- now deletes truncated audio files

adding new index.html to support php buttons
adding restart_services.php as first button
This commit is contained in:
Patrick McGuire
2021-10-03 15:29:38 -04:00
parent 7f02419cee
commit 6faa1db7bd
4 changed files with 18 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
shell_exec("/home/pi/BirdNET-Lite/scripts/restart_birdnet.sh");
header('Location: http://birdnetsystem.local/scripts/index.html?success=true');
?>