Explorar el Código

Update install-release.sh

sunshineplan hace 7 años
padre
commit
f479f0094f
Se han modificado 1 ficheros con 2 adiciones y 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() {