1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 11:53:59 +02:00

acme: fix acme path

Signed-off-by: Glen Huang <heyhgl@gmail.com>
This commit is contained in:
Glen Huang 2022-08-22 07:41:14 +08:00 committed by Toke Høiland-Jørgensen
parent 2c617bbe22
commit 952d449eed

View File

@ -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}