adding the new button

This commit is contained in:
Patrick McGuire
2021-10-21 12:26:00 -04:00
parent faf1d16a86
commit dbd5fd95bf
3 changed files with 21 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
shell_exec("sudo -u pi /home/pi/BirdNET-Pi/scripts/backup_data.sh > /tmp/birdnetbackup.log 2&>1");
header('Location: /backup_inprogress.html');
?>