From a2bfca5a496f7f1b75999afa8fec181a0d6e1697 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Aug 2025 17:32:46 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d9cfde58..a88e09fa 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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