Update nodemgmt-scripts.sh

This commit is contained in:
2024-03-09 12:12:15 -06:00
parent 6144d635e0
commit 2a0fcf87be

View File

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