Merge pull request #2584 from kolbma/issue1586

Issue1586 - Fix callhook error in manual mode
This commit is contained in:
neil 2019-11-13 18:07:10 +08:00 committed by GitHub
commit 66d781a226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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