Skip to content

Commit 365ec1f

Browse files
authored
Merge pull request #6445 from davidjb/onbeforeissue-error-handling
Run post hook when `_on_before_issue()` errors
2 parents 5624242 + 40e58ed commit 365ec1f

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)