trigger validation before cleanup

fix https://github.com/Neilpang/acme.sh/issues/2037
This commit is contained in:
neilpang 2019-01-21 22:25:23 +08:00
parent b15c1ffedc
commit 545f23551f
1 changed files with 2 additions and 2 deletions

View File

@ -3857,8 +3857,8 @@ $_authorizations_map"
)
if [ "$?" != "0" ]; then
_clearup
_on_issue_err "$_post_hook" "$vlist"
_clearup
return 1
fi
dnsadded='1'
@ -3869,8 +3869,8 @@ $_authorizations_map"
_savedomainconf "Le_Vlist" "$vlist"
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
_err "Please add the TXT records to the domains, and re-run with --renew."
_clearup
_on_issue_err "$_post_hook"
_clearup
return 1
fi