浏览代码

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

Darien Raymond 8 年之前
父节点
当前提交
d19eccc957
共有 1 个文件被更改,包括 3 次插入0 次删除
  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
 }