From 7b46dc4e73f3cc294fa65427fa45c7dee77646d8 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 28 Oct 2024 19:59:31 +0100 Subject: [PATCH] usr/bin/custom/watchdog-monitor aktualisiert --- usr/bin/custom/watchdog-monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/custom/watchdog-monitor b/usr/bin/custom/watchdog-monitor index 43eb4ce..7ffedf3 100644 --- a/usr/bin/custom/watchdog-monitor +++ b/usr/bin/custom/watchdog-monitor @@ -27,7 +27,7 @@ update_watchdog_config() { sudo sed -i '/^interval/d' "$config_file" # Set interval - echo "interval = 59" | sudo tee -a "$config_file" > /dev/null + echo "interval = 58" | sudo tee -a "$config_file" > /dev/null # Check if IP addresses are found and add them to the config if [ ${#ip_array[@]} -gt 0 ]; then