Update dsmon.sh

This commit is contained in:
2025-06-13 20:56:16 -05:00
parent 9a8f7e850c
commit e9971467b7

View File

@@ -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