ew folder

This commit is contained in:
2022-08-13 22:32:25 -05:00
parent 04c29fe90f
commit 640cad0d03
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ NM_SRVCOPT=(start stop restart reload enable disable)
declare -A REPL_CHECKS
REPL_CHECKS['apache']='/etc/apache2'
REPL_CHECKS['nginx']='/etc/nginx'
REPL_CHECKS['ssl']='/mnt/web-data/letsencrypt'
REPL_CHECKS['ssl']='/etc/letsencrypt'
REPL_CHECKS['lessh']='/home/le/.ssh'
REPL_CHECKS['php']='/etc/php'
REPL_CHECKS['www']='/var/www'

View File

@@ -659,7 +659,7 @@ LISTCERTS(){
else
NCMD=''
rm -f /tmp/ssllist
for certdir in /etc/letsencrypt/live/*/ ; do echo $certdir; done > /tmp/ssllist
for certdir in /mnt/web-data/letsencrypt/*/ ; do echo $certdir; done > /tmp/ssllist
fi
if [ -z $action ] || [ "${action}" = "gui" ]; then
DIVIDER true