update
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
VERS='2.02072019'
|
||||
NODEHOSTS=10.5.10.51,10.5.10.52,10.5.10.53
|
||||
NODESERVICES=mysql,nginx,gitea,haproxy,keepalived,maxscale
|
||||
noheader=service,status-check,nightlyrenew,backup,report
|
||||
noheader=' service status-check nightlyrenew backup report '
|
||||
CERT_DAEMON='/usr/bin/certbot'
|
||||
FOLDER=/opt/idssys/nodemgmt
|
||||
SCRIPT=${FOLDER}/nodemgmt-scripts.sh
|
||||
|
||||
@@ -1070,7 +1070,7 @@ GUI(){
|
||||
done
|
||||
}
|
||||
if [ ${action-x} ]; then
|
||||
if [[ "${noheader}" != *"${1}"* ]]; then
|
||||
if [[ "${noheader}" != *" ${action} "* ]]; then
|
||||
DISP_HEADER
|
||||
fi
|
||||
case $action in
|
||||
|
||||
Reference in New Issue
Block a user