Unverified Commit 66d781a2 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2584 from kolbma/issue1586

Issue1586 - Fix callhook error in manual mode
parents ce0c6da9 867ec010
...@@ -3365,7 +3365,7 @@ _on_issue_success() { ...@@ -3365,7 +3365,7 @@ _on_issue_success() {
fi fi
fi fi
if _hasfield "$Le_Webroot" "$W_DNS"; then if _hasfield "$Le_Webroot" "$W_DNS" && [ -z "$FORCE_DNS_MANUAL" ]; then
_err "$_DNS_MANUAL_WARN" _err "$_DNS_MANUAL_WARN"
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment