From d14e95403697d61aff357c21ea41f997f8db117e Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Mon, 9 May 2022 18:56:23 -0400 Subject: [PATCH] no need for the service restart --- scripts/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/config.php b/scripts/config.php index f044403..9741990 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -13,7 +13,6 @@ $apprise_input = $_GET['apprise_input']; $apprise_notification_title = $_GET['apprise_notification_title']; $apprise_notification_body = $_GET['apprise_notification_body']; if(isset($_GET['apprise_notify_each_detection'])) { - exec('restart_services.sh'); $apprise_notify_each_detection = 1; } else { $apprise_notify_each_detection = 0;