mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
Update install-release.sh
使用remove参数后,如果没有找到V2ray程序,则退出。
This commit is contained in:
parent
f22e957a22
commit
1ffe27c5f7
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user