1.1.3.1 修复一个小bug

pull/190/head
wulabing 2020-02-24 00:06:57 +08:00
parent 69d5c134b5
commit 1b66adc301
1 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@ OK="${Green}[OK]${Font}"
Error="${Red}[错误]${Font}" Error="${Red}[错误]${Font}"
# 版本 # 版本
shell_version="1.1.3" shell_version="1.1.3.1"
shell_mode="None" shell_mode="None"
github_branch="master" github_branch="master"
version_cmp="/tmp/version_cmp.tmp" version_cmp="/tmp/version_cmp.tmp"
@ -801,7 +801,6 @@ uninstall_all(){
fi fi
[[ -d $v2ray_conf_dir ]] && rm -rf $v2ray_conf_dir [[ -d $v2ray_conf_dir ]] && rm -rf $v2ray_conf_dir
[[ -d $web_dir ]] && rm -rf $web_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 systemctl daemon-reload
echo -e "${OK} ${GreenBG} 已卸载SSL证书文件已保留 ${Font}" echo -e "${OK} ${GreenBG} 已卸载SSL证书文件已保留 ${Font}"
} }