mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-14 06:42:44 +00:00
Merge b03556b524c84e46f9983e82a1f7db96db866c39 into 3d8b682380773f01df0e5abc2ef582c30c663010
This commit is contained in:
commit
82351204ad
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