Update dsmon.sh

This commit is contained in:
2025-06-14 14:45:32 -05:00
parent e1bef7a79e
commit 093463427b

View File

@@ -188,7 +188,7 @@ CHECK(){
break
fi
lc_count=${nc_count}
# sleep 1s
sleep 1s
done
end=`date +%s`; runtime=$((end-start)); echo -e "\nScript Runtime: ${runtime}s"