浏览代码

Run post hook when _on_before_issue errors

David Beitey 3 月之前
父节点
当前提交
40e58ed12d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      acme.sh

+ 1 - 0
acme.sh

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