stable #2

Merged
alientim merged 89 commits from stable into dev 2024-11-15 10:37:11 +01:00
Showing only changes of commit 7b46dc4e73 - Show all commits

View File

@@ -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