From e3a1c141178f3be95b910e4b302bb4c733cd533e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 11 Jun 2025 07:45:51 -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 f91de2f..a56c6e7 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -359,7 +359,7 @@ RUNCMD(){ while read hostid hostname hostip hostlimits; do - if [[ "${hostip}" != *"10.10.10.60"* ]] && [ "${hostname}" != "host" ]; then + if [ "${hostname}" != "host" ]; then RUNCMD_SUB $(echo ${hostip} | cut -d ";" -f1) ${hostname} ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15} ${16} ${17} ${18} ${19} ${20} & ((ncount++)) fi