Update advanced.php

This commit is contained in:
Patrick McGuire
2022-05-15 14:29:40 -04:00
committed by GitHub
parent 697f19484e
commit a60a181887
+1 -1
View File
@@ -38,7 +38,7 @@ if(isset($_GET['submit'])) {
$fh = fopen('/etc/birdnet/birdnet.conf', "w");
$fh2 = fopen("./scripts/thisrun.txt", "w");
fwrite($fh, $contents);
fwrite($fh2, $contents);
fwrite($fh2, $contents2);
exec('sudo /usr/local/bin/update_caddyfile.sh > /dev/null 2>&1 &');
}
}