From 2e6629dc98cf5be3fa341635b733d7fa30924aaa Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Aug 2025 22:36:13 -0500 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 167d633e..ece2ca50 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1228,7 +1228,7 @@ SETUPSSH_BACK(){ } SKIP_SERVER_CHECKS(){ - if [ "${2}" == "q" ]; then + if [ "${3}" == "q" ]; then unset idsCL idsBG idsST idsCL=(''); idsBG=(''); idsST=('') fi