mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 07:22:44 +00:00
Allow DNSAPI Folder to be defined using FullPath
Allow _hookcat aka _SUB_FOLDER_DNSAPI to be defined using FullPath
This commit is contained in:
parent
18df3dc07a
commit
b03556b524
2
acme.sh
2
acme.sh
@ -3791,6 +3791,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