Update status.inc

This commit is contained in:
2023-11-25 21:30:37 -06:00
parent 23107e8e75
commit 132af78865

View File

@@ -154,7 +154,7 @@ STATUS(){
DIVIDER . lightYellow 52; echo -e "${idsST[Reset]}"
fi
for nip in "${!var}"; do
[ "${ST_ACTION}" != "check" ] && echo -en " ${idsST[Bold]}${idsCL[LightBlue]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[LightCyan]} - Verifying Host...${idsST[Reset]}"
[ "${ST_ACTION}" != "check" ] && echo -en " ${idsST[Bold]}${idsCL[Blue]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[LightCyan]} - Verifying Host...${idsST[Reset]}"
if [[ "${RUN_NODE_IP}" == *"${nip}"* ]]; then
NCMD=''; LH='- localhost'