From e629d42617c3e80a794353effb44c2cf9e2ef45a Mon Sep 17 00:00:00 2001 From: Thomas de Roo Date: Fri, 10 Jan 2025 11:30:01 +0100 Subject: [PATCH] Update rebootSchedule.sh --- rebootSchedule.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebootSchedule.sh b/rebootSchedule.sh index 8c21da0..0a63ddd 100644 --- a/rebootSchedule.sh +++ b/rebootSchedule.sh @@ -3,9 +3,9 @@ # Zie ook https://wiki.de-roo.org/doku.php/cron FIRST=("dc02") -SECOND=("web06" "web03" "net06" "man03") -THIRD=("net03" "net05") -REST=("vps01" "pbx02" "dc01" "dt03" "git01" "run01" "has01" "iam01" "man01" "mdm01" "minecraft" "nms01" "rpi03" "web04" "web05" "mail03" "cloud01" "cloud02" "man03" "siem01" "web08" "web09" "web10" "web11" "web12" "dms01" "sec01") +SECOND=("web06" "web03" "net06" "fs01" ) +THIRD=("net07" "net08") +REST=("man03" "vps01" "pbx02" "dc01" "dt03" "git01" "run01" "has01" "man01" "mdm01" "minecraft" "nms01" "rpi03" "web04" "web05" "mail03" "cloud01" "cloud02" "man03" "siem01" "web08" "web09" "web10" "web11" "web12" "dms01" "sec01") timeToWait=900 ############################################