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:
ProBackup-nl 2018-02-04 14:43:15 +01:00 committed by GitHub
parent 3e101521dd
commit f6d61c9873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3695,7 +3695,7 @@ $_authorizations_map"
if [ "$dnsadded" = '0' ]; then
_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 retry again."
_err "Please add the TXT records to the domains, and --renew instead of --install."
_clearup
_on_issue_err "$_post_hook"
return 1