Files
AvianVisitors/scripts/restart_services.php
T
Patrick McGuire 6faa1db7bd fixed rebooting issue -- now deletes truncated audio files
adding new index.html to support php buttons
adding restart_services.php as first button
2021-10-03 15:29:38 -04:00

5 lines
153 B
PHP

<?php
shell_exec("/home/pi/BirdNET-Lite/scripts/restart_birdnet.sh");
header('Location: http://birdnetsystem.local/scripts/index.html?success=true');
?>