Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user