Skip to content

Commit 40e58ed

Browse files
committed
Run post hook when _on_before_issue errors
1 parent 5624242 commit 40e58ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acme.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4502,6 +4502,7 @@ issue() {
45024502

45034503
if ! _on_before_issue "$_web_roots" "$_main_domain" "$_alt_domains" "$_pre_hook" "$_local_addr"; then
45044504
_err "_on_before_issue."
4505+
_on_issue_err "$_post_hook"
45054506
return 1
45064507
fi
45074508

0 commit comments

Comments
 (0)