1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 10:08:15 -05:00

Update install-release.sh

This commit is contained in:
sunshineplan 2018-04-12 15:16:50 +08:00 committed by GitHub
parent bb2f6d006e
commit f479f0094f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,6 +190,7 @@ stopV2ray(){
colorEcho ${RED} "Failed to shutdown V2Ray service."
return 2
fi
return 0
}
startV2ray(){
@ -207,6 +208,7 @@ startV2ray(){
colorEcho ${RED} "Failed to start V2Ray service."
return 2
fi
return 0
}
copyFile() {