Update status.inc

This commit is contained in:
2023-12-03 20:53:45 -06:00
parent e3d681b9bd
commit 17d81ecf21

View File

@@ -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