From f2b2cd09b86ed61eb7e59e0f51ef09bce9e7acbe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 27 Mar 2019 01:08:08 -0500 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 7ca86ab6..200512c2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -174,7 +174,7 @@ STATUS(){ touch ${FOLDER}/${nip}-${srvc}.down else if [ "${ST_ACTION}" != "check" ]; then - echo -e "${idsCL[Red]}Running - FIXED${idsCL[Default]}" + echo -e "${idsCL[Green]}Running - FIXED${idsCL[Default]}" fi if [ -f ${FOLDER}/${nip}-${srvc}.down ]; then if [ -f ${FOLDER}/${nip}-${srvc}.errtime ]; then