From c28a7854d7c3380605f712903002e60cc0c41d51 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 3 Aug 2020 17:57:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=96=87=E4=BB=B6=E5=A4=B9?= 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 7c7698f..470e67b 100644 --- a/install.sh +++ b/install.sh @@ -196,6 +196,7 @@ installTools(){ nginx -s stop fi progressTools "yellow" "检查、安装acme--->" 13 + mkdir -p /tmp/tls/ curl -s https://get.acme.sh | sh > /tmp/tls/acme.log if [[ -z `find ~/.acme.sh -name "acme.sh"` ]] then