Improvements to acmesh wrapper

This commit is contained in:
Jamie Curnow
2022-02-06 17:04:20 +10:00
parent 7a629736fb
commit ac1f22ae2d
+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 --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" "$@"