Browse Source

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
pull/1236/head
ProBackup-nl 7 years ago
committed by GitHub
parent
commit
f6d61c9873
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 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…
Cancel
Save