Update dsmon.sh
This commit is contained in:
2
dsmon.sh
2
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
|
||||
|
||||
Reference in New Issue
Block a user