From ac1f22ae2dab79541c93add038229bc2f795ba95 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Sun, 6 Feb 2022 17:04:20 +1000 Subject: [PATCH] Improvements to acmesh wrapper --- 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 67b5461..0985a47 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 --force --home "$ACMESH_HOME" --cert-home "$CERT_HOME" --config-home "$ACMESH_CONFIG_HOME" + ./acme.sh --install --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" "$@"