From 1b66adc301944c5003f3ec031a69f49a6fad62c2 Mon Sep 17 00:00:00 2001 From: wulabing Date: Mon, 24 Feb 2020 00:06:57 +0800 Subject: [PATCH] =?UTF-8?q?1.1.3.1=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 66c4fe2..eac9574 100644 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ OK="${Green}[OK]${Font}" Error="${Red}[错误]${Font}" # 版本 -shell_version="1.1.3" +shell_version="1.1.3.1" shell_mode="None" github_branch="master" version_cmp="/tmp/version_cmp.tmp" @@ -801,7 +801,6 @@ uninstall_all(){ fi [[ -d $v2ray_conf_dir ]] && rm -rf $v2ray_conf_dir [[ -d $web_dir ]] && rm -rf $web_dir - [[ -d $HOME/.acme.sh ]] && /root/.acme.sh/acme.sh uninstall > /dev/null 2>&1 systemctl daemon-reload echo -e "${OK} ${GreenBG} 已卸载,SSL证书文件已保留 ${Font}" }