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

Update install-release.sh

This commit is contained in:
sunshineplan 2018-04-14 15:59:53 +08:00 committed by GitHub
parent 3c2b75f548
commit fc08c010c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,10 +237,13 @@ makeExecutable() {
installV2Ray(){
# Install V2Ray binary to /usr/bin/v2ray
mkdir -p /usr/bin/v2ray
copyFile v2ray || return $?
copyFile v2ray
if [[ $? -ne 0 ]]; then
colorEcho ${RED} "Copy V2Ray binary failed."
return 1
fi
makeExecutable v2ray
copyFile v2ctl
makeExecutable v2ctl
copyFile v2ctl && makeExecutable v2ctl
copyFile geoip.dat
copyFile geosite.dat