full install acme.sh from online source

This commit is contained in:
Jamie Curnow
2022-02-06 17:34:30 +10:00
parent ac1f22ae2d
commit 48fdc6b669
+1 -1
View File
@@ -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" "$@"