1.1.0 间接修复 v2ray daemon判断逻辑错误

pull/175/head^2
wulabing 2020-02-15 21:16:43 +08:00
parent aa2d534f40
commit 11b7e8369d
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ v2ray_install(){
## wget http://install.direct/go.sh
if [[ -f go.sh ]];then
rm -rf $v2ray_systemd_file
bash go.sh --force
judge "安装 V2ray"
else