From 1eaba2853b67c0b6953bc73637ea528a489f1ee2 Mon Sep 17 00:00:00 2001 From: wulabing <91d$5gKrmVShheJf> Date: Mon, 30 Dec 2019 16:03:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=8C=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E9=97=B4=E9=80=BB=E8=BE=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复tls版本变更错误 --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9a26ce3..4705a72 100644 --- a/install.sh +++ b/install.sh @@ -839,7 +839,7 @@ menu(){ start_process_systemd ;; 7) - tls_modify + tls_type ;; 8) show_access_log @@ -857,6 +857,7 @@ menu(){ ;; 12) ssl_update_manuel + start_process_systemd ;; 13) uninstall_all