Update dsmon.sh

This commit is contained in:
2025-06-14 13:48:59 -05:00
parent e1c74787b5
commit dbef264b41

View File

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