Update dsmon.sh

This commit is contained in:
2025-03-28 09:01:57 -05:00
parent e1b7eea040
commit 02671253c5

View File

@@ -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