Browse Source

Update install-release.sh

sunshineplan 7 years ago
parent
commit
765c44c2ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release/install-release.sh

+ 1 - 1
release/install-release.sh

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