From e9971467b737f05f8580762c8f233e0113f77fad Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 13 Jun 2025 20:56:16 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index a4aaf32..fd459d0 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -149,7 +149,7 @@ CHECK(){ if [ "${NTS}" != "*" ]; then hoststatus=$(cat /tmp/dscheck.${NTS}.results) [ "${hoststatus}" != "" ] && echo -e "${hoststatus}" - rm -f /tmp/dscheck.${NTS}.* + #rm -f /tmp/dscheck.${NTS}.* ((nc_count++)) fi done