Files
AvianVisitors/scripts/restart_extraction.php
T
2021-10-03 17:43:43 -04:00

5 lines
156 B
PHP

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