Update nodemgmt-scripts.sh

This commit is contained in:
2024-03-09 12:22:45 -06:00
parent 32b1c0280b
commit e96efbce9f

View File

@@ -350,7 +350,6 @@ NODEUPDATES() {
((nc_count++))
fi
done
echo "HERE: ${nc_count} - ${ncount}"
if [ ${nc_count} -eq ${ncount} ]; then
completed=true
break