diff --git a/dsmon.sh b/dsmon.sh index bb1bb39..ec9742a 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -370,11 +370,11 @@ RUNCMD(){ fi done if [ ${nc_count} -eq ${ncount} ]; then - echo -e "${idsCL[LightGreen]}Complete, the command was ran on all nodes\n" + echo -e "${idsCL[LightGreen]}${nc_count} of ${ncount} completed, the command was sent to all nodes\n" completed=true break fi - [ ${lcount} -ne ${nc_count} ] && echo -e "${idsCL[Yellow]}${nc_count} of ${ncount} completed ...\n" + [ ${lcount} -ne ${nc_count} ] && echo -e "${idsCL[LightYellow]}${nc_count} of ${ncount} completed ...\n" lcount=${nc_count} sleep 2s