Update nodemgmt-scripts.sh

This commit is contained in:
2024-11-29 19:12:07 -06:00
parent ed9a119417
commit f94ac0ff49

View File

@@ -378,7 +378,8 @@ NODEUPDATES() {
((nc_count++))
fi
done
if [ ${nc_count} -eq ${ncount} ] || [ ! -f /tmp/.nodeupdate.*.done ]; then
# if [ ${nc_count} -eq ${ncount} ] || [ ! -f /tmp/.nodeupdate.*.done ]; then
if [ ${nc_count} -eq ${ncount} ]; then
completed=true
break
fi