Add fix 20

This commit is contained in:
Roman 2020-10-21 12:24:07 +03:00
parent 47666c8359
commit e2a46678d7

View file

@ -545,7 +545,6 @@ service nginx start
if [ ${LETS_ENCRYPT_DOMAIN} != "" -a ${LETS_ENCRYPT_MAIL} != "" ]; then
if [ ! -f "${SSL_CERTIFICATE_PATH}" -a ! -f "${SSL_KEY_PATH}" ]; then
documentserver-letsencrypt.sh ${LETS_ENCRYPT_MAIL} ${LETS_ENCRYPT_DOMAIN}
LETSENCRYPT_ROOT_DIR="/etc/letsencrypt/live"
fi
fi