Skip to content

Commit 48fdc6b

Browse files
committed
full install acme.sh from online source
1 parent ac1f22a commit 48fdc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/acme.sh-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ACMESH_SCRIPT=/data/.acme.sh/acme.sh
3131
if ! [ -f "$ACMESH_SCRIPT" ]; then
3232
echo "$ACMESH_SCRIPT does not exist, installing acme.sh ..."
3333
cd /tmp
34-
./acme.sh --install --no-cron --no-profile --force --home "$ACMESH_HOME" --cert-home "$CERT_HOME" --config-home "$ACMESH_CONFIG_HOME"
34+
./acme.sh --install-online --no-cron --no-profile --force --home "$ACMESH_HOME" --cert-home "$CERT_HOME" --config-home "$ACMESH_CONFIG_HOME"
3535
fi
3636

3737
$ACMESH_SCRIPT --config-home "$ACMESH_CONFIG_HOME" "$@"

0 commit comments

Comments
 (0)