From d013ccd211e2335b6e373a0d76a8ed8bd5aff6e2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 May 2022 13:17:13 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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};;