diff --git a/scripts/config.php b/scripts/config.php
index 8a66d5e..f044403 100644
--- a/scripts/config.php
+++ b/scripts/config.php
@@ -13,6 +13,7 @@ $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;
@@ -163,7 +164,7 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
-