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};;