From e2f5a7fa4bef1e3afbff1022f21b89fed5c4e906 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Aug 2025 22:32:03 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f52dee49..1a05287c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -15,7 +15,7 @@ source /opt/idssys/nodemgmt/inc/certs.inc source /opt/idssys/nodemgmt/inc/sites.inc source /opt/idssys/nodemgmt/inc/services.inc -if [ "${1}" == "report" ] || [ "${2}" == "report" ] || [ "${3}" == "report" ]; then +if [ "${1}" == "report" ] || [ "${2}" == "report" ] || [ "${3}" == "report" ] || ([ "${1}" == "skip" ] && [ "${2}" == "q" ]); then unset idsCL idsBG idsST idsCL=('') idsBG=('') @@ -1552,7 +1552,7 @@ GUI(){ # fi ;; - skip) SKIP_SERVER_CHECKS ${2};; + skip) SKIP_SERVER_CHECKS ${2} ${3};; get-skips) LIST_SKIPPED_SERVERS;; sync-clean) REMOVE_CONFLICT_SYNC_FILES ${2};;