ew folder
This commit is contained in:
@@ -102,7 +102,7 @@ NM_SRVCOPT=(start stop restart reload enable disable)
|
|||||||
declare -A REPL_CHECKS
|
declare -A REPL_CHECKS
|
||||||
REPL_CHECKS['apache']='/etc/apache2'
|
REPL_CHECKS['apache']='/etc/apache2'
|
||||||
REPL_CHECKS['nginx']='/etc/nginx'
|
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['lessh']='/home/le/.ssh'
|
||||||
REPL_CHECKS['php']='/etc/php'
|
REPL_CHECKS['php']='/etc/php'
|
||||||
REPL_CHECKS['www']='/var/www'
|
REPL_CHECKS['www']='/var/www'
|
||||||
|
|||||||
@@ -659,7 +659,7 @@ LISTCERTS(){
|
|||||||
else
|
else
|
||||||
NCMD=''
|
NCMD=''
|
||||||
rm -f /tmp/ssllist
|
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
|
fi
|
||||||
if [ -z $action ] || [ "${action}" = "gui" ]; then
|
if [ -z $action ] || [ "${action}" = "gui" ]; then
|
||||||
DIVIDER true
|
DIVIDER true
|
||||||
|
|||||||
Reference in New Issue
Block a user