Unverified Commit 867ec010 authored by arlecchino's avatar arlecchino Committed by GitHub
Browse files

Fix callhook error in manual mode

Fixes #1586  
Check force manual switch before causing error about it.
parent 3d2df3ba
......@@ -3365,7 +3365,7 @@ _on_issue_success() {
fi
fi
if _hasfield "$Le_Webroot" "$W_DNS"; then
if _hasfield "$Le_Webroot" "$W_DNS" && [ -z "$FORCE_DNS_MANUAL" ]; then
_err "$_DNS_MANUAL_WARN"
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