Browse Source

Merge b03556b524 into 40b6db6a27

pull/3364/merge
bcsanford 3 weeks ago
committed by GitHub
parent
commit
5f8b38ce2a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      acme.sh

2
acme.sh

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

Loading…
Cancel
Save