From 2a0fcf87be61f6f94af64621c52ad16bdd999913 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Mar 2024 12:12:15 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6373b2d0..9dba15e2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -349,6 +349,7 @@ NODEUPDATES() { ((nc_count++)) fi done + echo "HERE: {nc_count} - ${ncount}" if [ ${nc_count} -eq ${ncount} ]; then completed=true break