This commit is contained in:
bcsanford 2024-06-16 20:20:54 -04:00 committed by GitHub
commit 70a94b8289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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