From 6ae347a8e014da213cc5f58ca248a033ad6aea4a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 May 2023 19:20:02 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 9983a524..30c3d650 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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 diff --git a/run.sh b/run.sh index 94847641..f6debbf1 100755 --- a/run.sh +++ b/run.sh @@ -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