1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-16 01:17:30 -05:00

Update install-release.sh

This commit is contained in:
sunshineplan 2018-04-12 16:03:40 +08:00 committed by GitHub
parent e6ac13bf8c
commit 765c44c2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,7 +388,7 @@ main(){
V2RAY_RUNNING=1 V2RAY_RUNNING=1
stopV2ray stopV2ray
fi fi
installV2Ray || return $? installV2Ray
installInitScript || return $? installInitScript || return $?
if [[ ${V2RAY_RUNNING} -eq 1 ]];then if [[ ${V2RAY_RUNNING} -eq 1 ]];then
colorEcho ${BLUE} "Restarting V2Ray service." colorEcho ${BLUE} "Restarting V2Ray service."