Update dsmon.sh

This commit is contained in:
2025-06-14 14:50:21 -05:00
parent 378161e1c3
commit 2c60fbf182

View File

@@ -155,7 +155,7 @@ CHECK(){
done
[ "${1}" != "report" ] && echo -e "\r\033[2K${idsCL[LightCyan]}${MSG}${spc}: ${idsCL[LightGreen]}Done${idsCL[Default]}"
echo
shopt -s nullglob
nc_count=0; lc_count=0; completed=false; scanstart=$(date +%s)
until [ "${completed}" == "true" ]; do