From: Glen Huang Date: Sun, 21 Aug 2022 23:41:14 +0000 (+0800) Subject: acme: fix acme path X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=952d449eed9c98602bc792c1636f19c1bcb50f9c;p=feed%2Fpackages.git acme: fix acme path Signed-off-by: Glen Huang --- diff --git a/net/acme-acmesh/files/hook.sh b/net/acme-acmesh/files/hook.sh index bd3825b753..cd92cec9d6 100644 --- a/net/acme-acmesh/files/hook.sh +++ b/net/acme-acmesh/files/hook.sh @@ -1,6 +1,6 @@ #!/bin/sh set -u -ACME=/usr/lib/acme/acme.sh +ACME=/usr/lib/acme/client/acme.sh LOG_TAG=acme-acmesh # webroot option deprecated, use the hardcoded value directly in the next major version WEBROOT=${webroot:-/var/run/acme/challenge}