Browse Source

Update install-release.sh

sunshineplan 7 năm trước cách đây
mục cha
commit
fe5d3adecc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      release/install-release.sh

+ 1 - 1
release/install-release.sh

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