1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

Update install-release.sh

使用remove参数后,如果没有找到V2ray程序,则退出。
This commit is contained in:
sunshineplan 2017-09-13 20:54:47 +08:00 committed by GitHub
parent f22e957a22
commit 1ffe27c5f7

View File

@ -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
}