Sfoglia il codice sorgente

Merge branch 'master' of https://github.com/v2ray/v2ray-core

Darien Raymond 8 anni fa
parent
commit
d19eccc957
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      release/install-release.sh

+ 3 - 0
release/install-release.sh

@@ -284,6 +284,9 @@ remove(){
             colorEcho ${GREEN} "If necessary, please remove configuration file and log file manually."
             exit
         fi       
+    else
+        colorEcho ${GREEN} "V2Ray not found."
+        exit
     fi
 }