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