diff --git a/defaults.inc b/defaults.inc index 6cd30cb9..01cca9c9 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='5.6.22-08192025' +VERS='5.6.23-08302025' NM_BETA=false diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 167d633e..0e513f1d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1231,6 +1231,7 @@ SKIP_SERVER_CHECKS(){ if [ "${2}" == "q" ]; then unset idsCL idsBG idsST idsCL=(''); idsBG=(''); idsST=('') + echo fi if [ "${1}" == "on" ] || ([ ! -f ${NM_TMPFOLDER}/.skip ] && [ "${1}" == "" ]); then touch ${NM_TMPFOLDER}/.skip