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

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

View File

@ -312,6 +312,7 @@ v2ray_install(){
if [[ -f go.sh ]];then
rm -rf $v2ray_systemd_file
systemctl daemon-reload
bash go.sh --force
judge "安装 V2ray"
else