Przeglądaj źródła

Update install-release.sh

sunshineplan 7 lat temu
rodzic
commit
f479f0094f
1 zmienionych plików z 2 dodań i 0 usunięć
  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() {