Update nodemgmt-scripts.sh

This commit is contained in:
2025-08-30 22:32:03 -05:00
parent e400fc796d
commit e2f5a7fa4b

View File

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