From b8da839afbd7a7cfe8363fb2f2c919053cc6d292 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 21:59:31 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index bdabd1a8..9dfd9d59 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -46,7 +46,7 @@ STATUS(){ done # replstart=`date +%s` if [ "${ST_ACTION}" != "check" ]; then - echo -e "${idsCL[Green]}Complete${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}Complete${idsCL[Default]}" echo fi fi @@ -58,7 +58,7 @@ STATUS(){ lip=${RUN_NODE_IP} echo -e "\n$(DIVIDER)\n${idsCL[Yellow]}${idsST[Bold]} LOCALHOST Service Status${idsST[Reset]}${idsCL[Default]}" echo -e "$(DIVIDER)\n" - echo -en " ${idsST[Bold]}${idsCL[Green]}${NODE_HOSTNAME} (${lip})${idsST[Reset]}" + echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NODE_HOSTNAME} (${lip})${idsST[Reset]}" if ([ "${ST_ACTION}" == "report" ] && [ "${2}" == "email" ]) || [ "${ST_ACTION}" != "report" ]; then uptime=`uptime -p` echo -e "${idsCL[LightCyan]} - ${uptime} ${idsCL[LightYellow]}- localhost${idsCL[Default]}" @@ -583,7 +583,7 @@ It has been down for $(SHOW_TIME ${toterrtime})" 1 fi elif [ "${checked}" == "good" ]; then - [ "${ST_ACTION}" != "check" ] && echo -e "${idsCL[Green]}Good${idsCL[Default]}" + [ "${ST_ACTION}" != "check" ] && echo -e "${idsCL[LightGreen]}Good${idsCL[Default]}" if [ -f ${NM_TMPFOLDER}/${nip}~${rcheck}.repl.down ]; then if [ -f ${NM_TMPFOLDER}/${nip}~${rcheck}.repl.errtime ]; then toterrtime=`expr $(date +%s) - $(stat -c %Y ${NM_TMPFOLDER}/${nip}~${rcheck}.repl.errtime)` @@ -639,7 +639,7 @@ It was down for $(SHOW_TIME ${toterrtime})" done rm -Rf ${NM_FOLDER}/test.repl if [ "${ST_ACTION}" != "check" ]; then - echo -e "${idsCL[Green]}Complete${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}Complete${idsCL[Default]}" echo fi fi