From cdceeed72cf21484a205b45a35139c8971f8230b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 17:24:09 -0600 Subject: [PATCH] update --- defaults.inc | 1 + nodemgmt-scripts.sh | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index a1ff5019..d663ea02 100755 --- a/defaults.inc +++ b/defaults.inc @@ -84,6 +84,7 @@ NM_SERVICES['mariadb']='MariaDB (MySQL)' NM_SERVICES['postgresql']='PostgreSQL' NM_SERVICES['apache2']='Apache Web Server' NM_SERVICES['nginx']='NGINX Web Server' +NM_SERVICES['nginxproxy']='NGINX Proxy Manager' NM_SERVICES['gogs']='Gogs Git Repository' NM_SERVICES['gitea']='Gitea Git Repository' NM_SERVICES['haproxy']='HAProxy Load Balancer' diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index bd706f19..67230eec 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2245,8 +2245,8 @@ DOWNLIST(){ idsST=('') fi declare -i cw; declare -i spc1; declare -i c - #rm -f /tmp/ssllist - #for downitem in /opt/idssys/nodemgmt/*.down ; do echo $downitem; done > /tmp/downlist + DOWN_LIST=`find /opt/idssys/nodemgmt -name "*.down"` + if [ -z $action ] || [ "${action}" = "gui" ]; then DIVIDER true fi @@ -2259,7 +2259,7 @@ DOWNLIST(){ cw=30; cw2=48 # for downitem in $(