mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
acme-acmesh: use $challenge_dir
Signed-off-by: Glen Huang <i@glenhuang.com>
This commit is contained in:
@@ -3,7 +3,7 @@ set -u
|
||||
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}
|
||||
WEBROOT=${webroot:-$challenge_dir}
|
||||
NOTIFY=/usr/lib/acme/notify
|
||||
|
||||
# shellcheck source=net/acme/files/functions.sh
|
||||
|
||||
Reference in New Issue
Block a user