diff --git a/rebootSchedule.sh b/rebootSchedule.sh index c5376a1..ed61278 100644 --- a/rebootSchedule.sh +++ b/rebootSchedule.sh @@ -3,9 +3,9 @@ # Zie ook https://wiki.de-roo.org/doku.php/cron FIRST=("fs01") -SECOND=("web06" "web03" "mail02") +SECOND=("web06" "web03") THIRD=("net02" "net03" "net04" "net05") -REST=("git01" "run01" "has01" "iam01" "man01" "mdm01" "minecraft" "nms01" "pbx01" "rpi03" "web04" "web05" "web07" ) +REST=("git01" "run01" "has01" "iam01" "man01" "mdm01" "minecraft" "nms01" "pbx01" "rpi03" "web04" "web05" "web07" "mail02") for SERVER in ${FIRST[@]}; do echo Starting reboot of $SERVER