From e57f6ad30eb95ac96ad89ec14247d746021855c4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 26 Jan 2024 10:22:13 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dsmon.sh b/dsmon.sh index 39875b8..5c20b06 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -369,9 +369,12 @@ RUNCMD(){ fi done if [ ${nc_count} -eq ${ncount} ]; then + echo -e "${idsCL[White]}Complete, the command was ran on all nodes\n" completed=true break fi + echo -e "${idsCL[White]}${nc_count} of ${ncount} completed ...\n" + sleep 2s done