From 6d4e903b08975e049db79f53daf4b52ba7ea1a4c Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 23 Aug 2016 10:03:50 +0800 Subject: [PATCH] https://github.com/Neilpang/acme.sh/issues/270 --- acme.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/acme.sh b/acme.sh index 41ca9665..e0050e8d 100755 --- a/acme.sh +++ b/acme.sh @@ -1231,8 +1231,7 @@ _initpath() { DOMAIN_PATH="$domainhomeecc" else if [ ! -d "$domainhome" ] && [ -d "$domainhomeecc" ] ; then - _info "The domain '$domain' seems to be a ECC domain, please add '$(__red "--ecc")' parameter next time." - DOMAIN_PATH="$domainhomeecc" + _info "The domain '$domain' seems to have a ECC cert already, please add '$(__red "--ecc")' parameter if you want to use that cert." fi fi _debug DOMAIN_PATH "$DOMAIN_PATH"