update
This commit is contained in:
@@ -43,7 +43,7 @@ WEB_SINGLESRVR_IP=10.10.1.20
|
|||||||
LB_NGINX_SITES='/opt/lb-data/nginx/sites-enabled'
|
LB_NGINX_SITES='/opt/lb-data/nginx/sites-enabled'
|
||||||
WEB_NGINX_SITES='/mnt/web-data/nginx/sites-enabled'
|
WEB_NGINX_SITES='/mnt/web-data/nginx/sites-enabled'
|
||||||
|
|
||||||
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck '
|
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns '
|
||||||
CERT_DAEMON='/snap/bin/certbot'
|
CERT_DAEMON='/snap/bin/certbot'
|
||||||
FOLDER=/opt/idssys/nodemgmt
|
FOLDER=/opt/idssys/nodemgmt
|
||||||
SCRIPT=${FOLDER}/nodemgmt-scripts.sh
|
SCRIPT=${FOLDER}/nodemgmt-scripts.sh
|
||||||
|
|||||||
@@ -1225,7 +1225,7 @@ GUI(){
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
# if [ ${action-x} ]; then
|
# if [ ${action-x} ]; then
|
||||||
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${1}" != "gui" ] && [ "${1}" != "nightlyrenew" ] && [ "${1}" != "update" ]; then
|
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${3}" != "q" ] && [ "${1}" != "gui" ] && [ "${1}" != "nightlyrenew" ] && [ "${1}" != "update" ]; then
|
||||||
DISP_HEADER
|
DISP_HEADER
|
||||||
fi
|
fi
|
||||||
case $action in
|
case $action in
|
||||||
|
|||||||
Reference in New Issue
Block a user