From f6d61c987317cbcd07dc74c0faa6bd60497178cc Mon Sep 17 00:00:00 2001 From: ProBackup-nl Date: Sun, 4 Feb 2018 14:43:15 +0100 Subject: [PATCH] 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 --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index 522d9c53..da5c861f 100755 --- a/acme.sh +++ b/acme.sh @@ -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