diff --git a/inc/status.inc b/inc/status.inc index 4fa25a4e..f80edee0 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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