Improve unclear error message "and retry again"
Try again = run the same command again Running the same --install command will never result in resolving the issue for a newly manually added DNS TXT records. https://github.com/Neilpang/acme.sh/issues/749#issuecomment-362906656
This commit is contained in:
parent
3e101521dd
commit
f6d61c9873
2
acme.sh
2
acme.sh
@ -3695,7 +3695,7 @@ $_authorizations_map"
|
|||||||
if [ "$dnsadded" = '0' ]; then
|
if [ "$dnsadded" = '0' ]; then
|
||||||
_savedomainconf "Le_Vlist" "$vlist"
|
_savedomainconf "Le_Vlist" "$vlist"
|
||||||
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
|
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
|
||||||
_err "Please add the TXT records to the domains, and retry again."
|
_err "Please add the TXT records to the domains, and --renew instead of --install."
|
||||||
_clearup
|
_clearup
|
||||||
_on_issue_err "$_post_hook"
|
_on_issue_err "$_post_hook"
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user