mirror of https://github.com/wulabing/Xray_onekey
1.1.3.1 修复一个小bug
parent
69d5c134b5
commit
1b66adc301
|
@ -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}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue