From f94ac0ff495307f9d8b985aab4861a0052394048 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 19:12:07 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2182ad2f..e73debe9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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