From ac70ca5fdb2acf160608841f8e4979ee43662fe6 Mon Sep 17 00:00:00 2001 From: wulabing <91d$5gKrmVShheJf> Date: Fri, 3 Jan 2020 15:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=AD=BE=E5=8F=91=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=20=E6=9C=AA=E7=BB=88=E6=AD=A2=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 54718fe..a3ed9c0 100644 --- a/install.sh +++ b/install.sh @@ -404,6 +404,7 @@ acme(){ sleep 2 else echo -e "${Error} ${RedBG} SSL 证书测试签发失败 ${Font}" + exit 1 fi ~/.acme.sh/acme.sh --issue -d ${domain} --standalone -k ec-256 --force