Update status.inc
This commit is contained in:
@@ -154,7 +154,7 @@ STATUS(){
|
|||||||
DIVIDER . lightYellow 52; echo -e "${idsST[Reset]}"
|
DIVIDER . lightYellow 52; echo -e "${idsST[Reset]}"
|
||||||
fi
|
fi
|
||||||
for nip in "${!var}"; do
|
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
|
if [[ "${RUN_NODE_IP}" == *"${nip}"* ]]; then
|
||||||
NCMD=''; LH='- localhost'
|
NCMD=''; LH='- localhost'
|
||||||
|
|||||||
Reference in New Issue
Block a user