From 48fdc6b669a42c81ce1faca9ea6f7383ed56f862 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Sun, 6 Feb 2022 17:34:30 +1000 Subject: [PATCH] full install acme.sh from online source --- files/acme.sh-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/acme.sh-wrapper b/files/acme.sh-wrapper index 0985a47..5907a48 100755 --- a/files/acme.sh-wrapper +++ b/files/acme.sh-wrapper @@ -31,7 +31,7 @@ ACMESH_SCRIPT=/data/.acme.sh/acme.sh if ! [ -f "$ACMESH_SCRIPT" ]; then echo "$ACMESH_SCRIPT does not exist, installing acme.sh ..." cd /tmp - ./acme.sh --install --no-cron --no-profile --force --home "$ACMESH_HOME" --cert-home "$CERT_HOME" --config-home "$ACMESH_CONFIG_HOME" + ./acme.sh --install-online --no-cron --no-profile --force --home "$ACMESH_HOME" --cert-home "$CERT_HOME" --config-home "$ACMESH_CONFIG_HOME" fi $ACMESH_SCRIPT --config-home "$ACMESH_CONFIG_HOME" "$@"