Update status.inc
This commit is contained in:
@@ -157,7 +157,7 @@ STATUS(){
|
||||
for nip in "${!var}"; do
|
||||
if [ "${ST_ACTION}" != "check" ]; then
|
||||
echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[Default]}"
|
||||
[ "${ST_ACTION}" != "report" ] && echo -en " - Verifying Host...$"
|
||||
[ "${ST_ACTION}" != "report" ] && echo -en " - Verifying Host..."
|
||||
fi
|
||||
|
||||
if [[ "${RUN_NODE_IP}" == *"${nip}"* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user