From 9e20a64fcdc01e8eb4dedd1947690a83f6c0a116 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Feb 2025 11:17:39 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index 9239331..099167a 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -430,7 +430,7 @@ UPDATENODES(){ while read hostid hostname hostip hostlimits; do if [ "${hostname}" != "host" ]; then echo -e "${idsCL[LightCyan]}Updating DSMON on '${hostname}'${idsCL[Default]}" - ssh -tq -o ConnectTimeout=3 -o ConnectionAttempts=1 root@$(echo $hostip | cut -d ";" -f1) "dsmon update" + ssh -tq -o ConnectTimeout=3 -o ConnectionAttempts=1 root@$(echo $hostip | cut -d ";" -f1) "dsmon update"