浏览代码

Update install-release.sh

sunshineplan 7 年之前
父节点
当前提交
fe5d3adecc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      release/install-release.sh

+ 1 - 1
release/install-release.sh

@@ -386,7 +386,7 @@ main(){
         V2RAY_RUNNING=1
         stopV2ray
     fi
-    installV2Ray
+    installV2Ray || return $?
     installInitScript
     if [[ ${V2RAY_RUNNING} -eq 1 ]];then
         colorEcho ${BLUE} "Restarting V2Ray service."