Update dsmon.sh

This commit is contained in:
2025-06-14 10:14:08 -05:00
parent cb8091e15e
commit f44cf72146

View File

@@ -144,7 +144,7 @@ CHECK(){
for host in /tmp/dscheck.*.done; do
NTS=$(grep -oP '(?<=dscheck\.).*?(?=\.done)' <<< "${host}")
if [ -n "$NTS" ]; then
cat /tmp/dscheck.${NTS}.results
cat -vte /tmp/dscheck.${NTS}.results
rm -f /tmp/dscheck.${NTS}.* >/dev/null 2>&1
((nc_count++))
fi