This commit is contained in:
2023-05-21 19:20:02 -05:00
parent e70c178599
commit 6ae347a8e0
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ WEBDOCKER=phpmyadmin,phppgadmin
WMDOCKER=uptime-kuma
#LBDOCKER=nginx-proxy_manager
noheader=' service status 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 '
CERT_DAEMON='/snap/bin/certbot'
FOLDER=/opt/idssys/nodemgmt
TMPFOLDER=${FOLDER}/.tmp

2
run.sh
View File

@@ -10,7 +10,7 @@ source /opt/idssys/defaults/default.inc
source /opt/idssys/nodemgmt/settings.conf
source /opt/idssys/nodemgmt/defaults.inc
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${1}" != "status" ]; then
# if [ "${1}" = "gui" ]; then
# DISP_HEADER
# fi