Browse Source
Fix callhook error in manual mode
Fixes #1586
Check force manual switch before causing error about it.
pull/2584/head
arlecchino
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
@ -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 |
|
|
|
|
|
|
|
|