We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1f22a commit 48fdc6bCopy full SHA for 48fdc6b
files/acme.sh-wrapper
@@ -31,7 +31,7 @@ ACMESH_SCRIPT=/data/.acme.sh/acme.sh
31
if ! [ -f "$ACMESH_SCRIPT" ]; then
32
echo "$ACMESH_SCRIPT does not exist, installing acme.sh ..."
33
cd /tmp
34
- ./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"
35
fi
36
37
$ACMESH_SCRIPT --config-home "$ACMESH_CONFIG_HOME" "$@"
0 commit comments