mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 19:32:45 +00:00
Merge b03556b524c84e46f9983e82a1f7db96db866c39 into 40b6db6a2715628aa977ed1853fe5256704010ae
This commit is contained in:
commit
5f8b38ce2a
2
acme.sh
2
acme.sh
@ -3981,6 +3981,8 @@ _findHook() {
|
||||
d_api="$LE_WORKING_DIR/$_hookcat/$_hookname"
|
||||
elif [ -f "$LE_WORKING_DIR/$_hookcat/$_hookname.sh" ]; then
|
||||
d_api="$LE_WORKING_DIR/$_hookcat/$_hookname.sh"
|
||||
elif [ -f "$_hookcat/$_hookname.sh" ]; then
|
||||
d_api="$_hookcat/$_hookname.sh"
|
||||
fi
|
||||
|
||||
printf "%s" "$d_api"
|
||||
|
Loading…
x
Reference in New Issue
Block a user