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