From ea033f721835e825e680eed567a744895809b5fd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 22:07:16 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 93c81ddf..8bab2fde 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -151,10 +151,10 @@ STATUS(){ else echo -e "${idsCL[LightYellow]} ${NM_NODETYPES[$NTYPE]}-Node Service Status${idsCL[Default]}" fi - DIVIDER . lightYellow 52; echo -e "${idsST[Reset]}" + DIVIDER . lightYellow; echo -e "${idsST[Reset]}" fi for nip in "${!var}"; do - [ "${ST_ACTION}" != "check" ] && echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[DarkGray]} - Verifying Host...${idsST[Reset]}" + [ "${ST_ACTION}" != "check" ] && echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[Default]} - Verifying Host...${idsST[Reset]}" if [[ "${RUN_NODE_IP}" == *"${nip}"* ]]; then NCMD=''; LH='- localhost' @@ -192,7 +192,7 @@ STATUS(){ echo -e "${idsCL[Default]}" fi - DIVIDER false green + DIVIDER false lightCyan fi if [ -f ${NM_TMPFOLDER}/${nip}.down ]; then if [ -f ${NM_TMPFOLDER}/${nip}.errtime ]; then