diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 27ed3fc7..0ba26d88 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1863,7 +1863,8 @@ if [ ${action-x} ]; then fi rm -f "${FOLDER}/status-check.running" else - echo "Status check already running, please wait and try again" + echo -e "${idsCL[LightYellow]}Status check already running, please wait and try again${idsCL[Default]}" + echo fi;; status-check) STATUS-CHECK ${2};; set-permissions) SET-PERMISSIONS ${2};;