瀏覽代碼

Update install-release.sh

sunshineplan 7 年之前
父節點
當前提交
f479f0094f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      release/install-release.sh

+ 2 - 0
release/install-release.sh

@@ -190,6 +190,7 @@ stopV2ray(){
         colorEcho ${RED} "Failed to shutdown V2Ray service."
         colorEcho ${RED} "Failed to shutdown V2Ray service."
         return 2
         return 2
     fi
     fi
+    return 0
 }
 }
 
 
 startV2ray(){
 startV2ray(){
@@ -207,6 +208,7 @@ startV2ray(){
         colorEcho ${RED} "Failed to start V2Ray service."
         colorEcho ${RED} "Failed to start V2Ray service."
         return 2
         return 2
     fi
     fi
+    return 0
 }
 }
 
 
 copyFile() {
 copyFile() {