From 81687282fe5e6b404c87633ac854ac48349ea72b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 26 Jan 2024 10:28:11 -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 b2470cc..e944a43 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -340,7 +340,7 @@ SETUPSSH(){ RUNCMD(){ start=`date +%s` rm -f /tmp/.dsmon.runcmd.* - echo -en "${idsCL[White]}Iniating commans on all nodes ... " + echo -en "${idsCL[White]}Iniating command to run on all nodes ... " ncount=0 while read hostid hostname hostip hostlimits; do if [ "${hostname}" != "host" ]; then