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