Allow DNSAPI Folder to be defined using FullPath

This commit is contained in:
bcsanford 2022-12-26 21:52:47 -05:00 committed by GitHub
parent 16dc21afff
commit 4fe7f7f273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3897,6 +3897,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"