Update nodemgmt-scripts.sh
This commit is contained in:
@@ -15,7 +15,7 @@ source /opt/idssys/nodemgmt/inc/certs.inc
|
|||||||
source /opt/idssys/nodemgmt/inc/sites.inc
|
source /opt/idssys/nodemgmt/inc/sites.inc
|
||||||
source /opt/idssys/nodemgmt/inc/services.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
|
unset idsCL idsBG idsST
|
||||||
idsCL=('')
|
idsCL=('')
|
||||||
idsBG=('')
|
idsBG=('')
|
||||||
@@ -1552,7 +1552,7 @@ GUI(){
|
|||||||
# fi
|
# fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
skip) SKIP_SERVER_CHECKS ${2};;
|
skip) SKIP_SERVER_CHECKS ${2} ${3};;
|
||||||
get-skips) LIST_SKIPPED_SERVERS;;
|
get-skips) LIST_SKIPPED_SERVERS;;
|
||||||
|
|
||||||
sync-clean) REMOVE_CONFLICT_SYNC_FILES ${2};;
|
sync-clean) REMOVE_CONFLICT_SYNC_FILES ${2};;
|
||||||
|
|||||||
Reference in New Issue
Block a user