Update dsmon.sh

This commit is contained in:
2024-01-26 10:22:13 -06:00
parent 2575481799
commit e57f6ad30e

View File

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