diff --git a/dsmon.sh b/dsmon.sh index 0b023f2..20669c3 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -173,7 +173,7 @@ CHECK(){ ((nc_count++)) fi done - [ "${1}" != "report" ] && printf "\r${idsCL[LightCyan]}Completed on %d of %d hosts %s${idsCL[Default]}\n" "${nc_count}" "${#hostnames_sort[@]}" $([[ "$nc_count" -lt "${#hostnames_sort[@]}" ]] && echo " ..." || echo "") + [ "${1}" != "report" ] && printf "\r\n\r${idsCL[LightCyan]}Completed on %d of %d hosts %s${idsCL[Default]}\n" "${nc_count}" "${#hostnames_sort[@]}" $([[ "$nc_count" -lt "${#hostnames_sort[@]}" ]] && echo " ..." || echo "") if [ $(($(date +%s)-scanstart)) -gt 300 ]; then