From 77cdb9857eef9584c533b7fd3f457f8548db17f6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 9 Oct 2023 16:50:26 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- nodemgmt-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 20625e45..3ed0050d 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,7 +1,7 @@ #!/usr/bin/env bash VERS='4.12.28-10092023' -noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense ' +noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update ' CERT_DAEMON='/snap/bin/certbot' NM_FOLDER=/opt/idssys/nodemgmt NM_SCRIPT=${NM_FOLDER}/nodemgmt-scripts.sh diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f72be7f4..3ebf87ce 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -840,7 +840,7 @@ GUI(){ done } # if [ ${action-x} ]; then - if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${3}" != "q" ] && [ "${1}" != "gui" ] && [ "${1}" != "nightlyrenew" ] && [ "${1}" != "update" ]; then + if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [[ "${noheader}" != *" ${3} "* ]] && [ "${2}" != "q" ] && [ "${3}" != "q" ]; then DISP_HEADER fi case $action in