From 1194aae4f1d8ce1b2cf330ed171d4d312bd32bec Mon Sep 17 00:00:00 2001 From: lars-hagen Date: Wed, 19 Feb 2020 12:37:13 +0100 Subject: [PATCH] Acme.sh now restarts litespeed --- bin/acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/acme.sh b/bin/acme.sh index 87b4264..1f9a00b 100755 --- a/bin/acme.sh +++ b/bin/acme.sh @@ -53,6 +53,7 @@ install_acme(){ install_cert(){ docker-compose exec litespeed su -c "/root/.acme.sh/acme.sh --issue -d ${DOMAIN} -w /var/www/vhosts/${DOMAIN}/html/" + bin/webadmin.sh -r } @@ -79,7 +80,6 @@ while [ ! -z "${1}" ]; do DOMAIN="${1}" ;; --install ) - #check_input "${1}" INSTALL=true ;; --email ) shift