Update dsmon.sh

This commit is contained in:
2025-06-14 13:51:39 -05:00
parent 1fc8507224
commit 690023bab5

View File

@@ -172,7 +172,7 @@ CHECK(){
((nc_count++))
fi
done
[ "${1}" != "report" ] && printf "\r\n\r${idsCL[LightCyan]}Completed on %d of %d hosts %s${idsCL[Default]}" "${nc_count}" "${#hostnames_sort[@]}" $([[ "$nc_count" -lt "${#hostnames_sort[@]}" ]] && echo " ..." || echo "")
[ "${1}" != "report" ] && printf "\r\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