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