From 5bca90e05ea2362a75eee2d2623e9f82814b29b7 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 21 Jan 2021 16:36:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=AF=81=E4=B9=A6=E8=BF=87=E6=9C=9F=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E6=97=A0=E9=99=90=E6=AD=BB=E5=BE=AA=E7=8E=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 14d1f4c..90de38b 100644 --- a/install.sh +++ b/install.sh @@ -574,7 +574,8 @@ installTLS() { echoContent green " ---> 检测到证书" checkTLStatus "${tlsDomain}" if [[ "${tlsStatus}" == "已过期" ]]; then - rm -rf "$HOME/.acme.sh/${tlsDomain}_ecc/*" + rm -rf $HOME/.acme.sh/${tlsDomain}_ecc/* + rm -rf /etc/v2ray-agent/tls/${tlsDomain}* installTLS "$1" else echoContent green " ---> 证书有效" @@ -3084,7 +3085,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.3.5" + echoContent green "当前版本:v2.3.6" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:七合一共存脚本" echoContent red "=============================================================="