projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c617bb
)
acme: fix acme path
author
Glen Huang
<heyhgl@gmail.com>
Sun, 21 Aug 2022 23:41:14 +0000
(07:41 +0800)
committer
Toke Høiland-Jørgensen
<toke@toke.dk>
Mon, 22 Aug 2022 08:43:34 +0000
(10:43 +0200)
Signed-off-by: Glen Huang <heyhgl@gmail.com>
net/acme-acmesh/files/hook.sh
patch
|
blob
|
history
diff --git
a/net/acme-acmesh/files/hook.sh
b/net/acme-acmesh/files/hook.sh
index bd3825b75388e4af3db8120018ed8ca124707964..cd92cec9d63308ff719f90fd5e005092f708aaa9 100644
(file)
--- 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}