From a7db1c3a3e0da03cd0dba6f5e51b595cf0e6adb7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 16:12:55 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4ec27311..572d75fc 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1346,7 +1346,7 @@ GUI(){ rm -Rf ${STATUSRUN_TMPFOLDER} elif [ -f ${NM_TMPFOLDER}/.skip ]; then - echo -e "HOST DISABLED - Not running status checks" + echo -e "${idsCL[Yellow]}HOST DISABLED - Not running status checks${idsCL[Default]}\n" else [ "${MM_ACTION}" != "report" ] && echo -e "${idsCL[LightRed]}Whooooaaaaa there cowboy, we got 3 threads running already.... easy killer!${idsCL[Default]}\n" if [ ! -f ${NM_TMPFOLDER}/.overload ]; then