From c416e8e5b29c516efc08817d4aeb19d6f57abe34 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 23 Feb 2020 23:15:50 +0800 Subject: [PATCH] =?UTF-8?q?1.1.3=20=E5=8D=B8=E8=BD=BD=E6=B7=BB=E5=8A=A0=20?= =?UTF-8?q?amce.sh=20=E5=8D=B8=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 865f617..98792e4 100644 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ OK="${Green}[OK]${Font}" Error="${Red}[错误]${Font}" # 版本 -shell_version="1.1.2" +shell_version="1.1.3" shell_mode="None" github_branch="master" version_cmp="/tmp/version_cmp.tmp" @@ -803,7 +803,7 @@ uninstall_all(){ fi [[ -d $v2ray_conf_dir ]] && rm -rf $v2ray_conf_dir [[ -d $web_dir ]] && rm -rf $web_dir - [[ -d $HOME/.acme.sh]] && acme.sh uninstall + [[ -d $HOME/.acme.sh ]] && acme.sh uninstall systemctl daemon-reload echo -e "${OK} ${GreenBG} 已卸载,SSL证书文件已保留 ${Font}" }