Run post hook when _on_before_issue errors

pull/6445/head
David Beitey 2025-07-13 11:40:34 +10:00
parent 56242423b2
commit 40e58ed12d
1 changed files with 1 additions and 0 deletions

View File

@ -4502,6 +4502,7 @@ issue() {
if ! _on_before_issue "$_web_roots" "$_main_domain" "$_alt_domains" "$_pre_hook" "$_local_addr"; then
_err "_on_before_issue."
_on_issue_err "$_post_hook"
return 1
fi