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