Explorar o código

Update install-release.sh

sunshineplan %!s(int64=7) %!d(string=hai) anos
pai
achega
f479f0094f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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."
         return 2
     fi
+    return 0
 }
 
 startV2ray(){
@@ -207,6 +208,7 @@ startV2ray(){
         colorEcho ${RED} "Failed to start V2Ray service."
         return 2
     fi
+    return 0
 }
 
 copyFile() {