Merge b03556b524c84e46f9983e82a1f7db96db866c39 into 40b6db6a2715628aa977ed1853fe5256704010ae

This commit is contained in:
bcsanford 2025-04-03 04:06:55 +02:00 committed by GitHub
commit 5f8b38ce2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"