From 221185c1a5ead0a490aebc97634de144f905f95f Mon Sep 17 00:00:00 2001 From: wulabing Date: Tue, 26 Nov 2019 10:53:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD=E9=80=BB=E8=BE=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= 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 ac42059..1d7ab02 100644 --- a/install.sh +++ b/install.sh @@ -532,6 +532,7 @@ tls_type(){ echo -e "${OK} ${GreenBG} 已切换至TLS1.2 and TLS1.3 ${Font}" fi systemctl restart nginx + judge "Nginx 重启" else echo -e "${Error} ${RedBG} Nginx 或 配置文件不存在,请正确安装脚本后执行${Font}" fi