From 78132f3af1f9aea9017837c29a7ed1b87c166585 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 20:38:11 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 5f29f96d..409f4e7d 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -146,7 +146,7 @@ STATUS(){ if [ "${ST_ACTION}" != "check" ]; then echo -e "${idsST[Bold]}"; DIVIDER - if [ "${ST_ACTION}" = "dockers" ]; then + if [ "${ST_ACTION}" == "dockers" ]; then echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Node Docker Status${idsCL[Default]}" else echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Node Service Status${idsCL[Default]}" @@ -168,6 +168,7 @@ STATUS(){ checkhost=true checkhostssl=ok fi + echo "HERE: $checkhost - $checkhostssl" if [ "${checkhost}" != "false" ] && [ "${checkhostssl}" == "ok" ]; then if [ "${ST_ACTION}" != "check" ]; then #echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}"