Merge b03556b524c84e46f9983e82a1f7db96db866c39 into 3d8b682380773f01df0e5abc2ef582c30c663010

This commit is contained in:
bcsanford 2025-06-08 15:12:12 +00:00 committed by GitHub
commit 82351204ad
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"