From 23107e8e75d434f2a0b447aad144d682f9689078 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 21:29:53 -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 48a48791..a3c6d84e 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; echo -e "${idsST[Reset]}" + DIVIDER . lightYellow 52; 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[Cyan]} - Verifying Host...${idsST[Reset]}" + [ "${ST_ACTION}" != "check" ] && echo -en " ${idsST[Bold]}${idsCL[LightBlue]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[LightCyan]} - Verifying Host...${idsST[Reset]}" if [[ "${RUN_NODE_IP}" == *"${nip}"* ]]; then NCMD=''; LH='- localhost' @@ -368,7 +368,7 @@ STATUS(){ echo echo -e "${idsCL[LightYellow]} Docker Service(s) Status${idsCL[Default]}" # echo -e "${idsCL[LightYellow]}----------------------------------------------------${idsCL[Default]}" - DIVIDER . lightYello 52 + DIVIDER . lightYellow 52 fi for docker in "${!dockers}"; do if [ "${NTYPE}" == "WEB" ]; then