Update dsmon.sh

This commit is contained in:
2025-06-14 10:46:10 -05:00
parent f1f858c2aa
commit fc6b2b641e

View File

@@ -148,6 +148,7 @@ CHECK(){
if [ -n "$NTS" ]; then
echo "'$host' = '$NTS'"
printf "%s\n" "$(cat /tmp/dscheck.${NTS}.results)"
cp -f /tmp/dscheck.${NTS}.results /tmp/${NTS}.result
rm -f /tmp/dscheck.${NTS}.* >/dev/null 2>&1
((nc_count++))
fi