From 2b391900b2fcf04976fc99157aa57d9b5659d75f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 08:33:27 -0600 Subject: [PATCH] Update status.new.inc --- inc/status.new.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.new.inc b/inc/status.new.inc index e928683c..6e093148 100755 --- a/inc/status.new.inc +++ b/inc/status.new.inc @@ -186,7 +186,7 @@ STATUSNEW(){ for nip in "${!var}"; do if [[ "${RUN_NODE_IP}" != *"${nip}"* ]] && [ "${nip}" != "${!PH}" ]; then if [ "${ST_ACTION}" != "check" ]; then - echo -e " ${idsCL[LightCyan]}${NM_HOSTNAMES[${!PH}]} (${!PH}) <--> ${idsST[Bold]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}${idsCL[Default]}" + echo -e " ${idsCL[LightCyan]}${NM_HOSTNAMES[${!PH}]}[${!PH}] <--> ${idsST[Bold]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}${idsCL[Default]}" DIVIDER false green fi if [ ! -f ${NM_FOLDER}/${!PH}.down ] && [ ! -f ${NM_TMPFOLDER}/${nip}.down ]; then