Files
AvianVisitors/scripts/shutdown_system.php
T
Patrick McGuire faf1d16a86 adding data backup button -- restore button coming soon
edited php headers for new homepage layout
2021-10-21 12:12:36 -04:00

4 lines
71 B
PHP

<?php
shell_exec("/home/pi/BirdNET-Pi/scripts/shutdown_system.sh");
?>