From b8bdb41c6bbc192f922f8f3da9546c06d29ae59e Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 14 Feb 2022 14:44:40 -0500 Subject: [PATCH] Update advanced.php --- scripts/advanced.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/advanced.php b/scripts/advanced.php index 774ad3b..e67c5bc 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -51,7 +51,6 @@ if(isset($_POST['submit'])) { $fh2 = fopen("/home/pi/BirdNET-Pi/thisrun.txt", "w"); fwrite($fh, $contents); fwrite($fh2, $contents2); - exec('sudo /usr/local/bin/update_caddyfile.sh > /dev/null 2>&1 &'); } } @@ -64,7 +63,6 @@ if(isset($_POST['submit'])) { $fh2 = fopen("/home/pi/BirdNET-Pi/thisrun.txt", "w"); fwrite($fh, $contents); fwrite($fh2, $contents2); - exec('sudo /usr/local/bin/update_caddyfile.sh > /dev/null 2>&1 &'); } }