From a1cf706f9f590c54129096f5aa39e8c06f2f2236 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 6 Dec 2019 03:04:14 +0100 Subject: [PATCH] Do not upgrade acme.sh twice --- install | 3 --- 1 file changed, 3 deletions(-) diff --git a/install b/install index ae76ba4..cff0cd2 100755 --- a/install +++ b/install @@ -388,9 +388,6 @@ wo_install_acme_sh() { --home /etc/letsencrypt \ --config-home /etc/letsencrypt/config \ --cert-home /etc/letsencrypt/renewal - # enable auto-upgrade - /etc/letsencrypt/acme.sh --config-home '/etc/letsencrypt/config' --upgrade --auto-upgrade - fi if [ -x "$HOME/.acme.sh/acme.sh" ]; then