diff --git a/dsmon.sh b/dsmon.sh index fa4f3c4..5d7fb32 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -172,7 +172,8 @@ CHECK(){ done if [ "${1}" != "report" ]; then - [ ${nc_count} -gt ${lc_count} ] && echo + # [ ${nc_count} -gt ${lc_count} ] && + echo printf "\r${idsCL[LightCyan]}Completed on %d of %d hosts %s${idsCL[Default]}" "${nc_count}" "${#hostnames_sort[@]}" $([[ "$nc_count" -lt "${#hostnames_sort[@]}" ]] && echo " ..." || echo "") fi