5 lines
150 B
PHP
5 lines
150 B
PHP
<?php
|
|
shell_exec("sudo -u pi /home/pi/BirdNET-Pi/scripts/update_birdnet.sh > /tmp/phpupdate.log 2&>1");
|
|
header('Location: update_inprogress.php');
|
|
?>
|