Update nodemgmt-scripts.sh

This commit is contained in:
2025-08-17 17:32:46 -05:00
parent 11c3a4608c
commit a2bfca5a49

View File

@@ -1239,6 +1239,7 @@ SKIP_SERVER_CHECKS(){
systemctl start keepalived >/dev/null 2>&1
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
elif [ "${1}" == "reboot" ]; then
echo -e "\n${idsCL[LightGreen]}Restarting System . . .${idsCL[Default]}\n"
reboot
fi
fi