mirror of https://github.com/v2ray/v2ray-core
Update install-release.sh
parent
a12ec47cad
commit
fe5d3adecc
|
@ -386,7 +386,7 @@ main(){
|
||||||
V2RAY_RUNNING=1
|
V2RAY_RUNNING=1
|
||||||
stopV2ray
|
stopV2ray
|
||||||
fi
|
fi
|
||||||
installV2Ray
|
installV2Ray || return $?
|
||||||
installInitScript
|
installInitScript
|
||||||
if [[ ${V2RAY_RUNNING} -eq 1 ]];then
|
if [[ ${V2RAY_RUNNING} -eq 1 ]];then
|
||||||
colorEcho ${BLUE} "Restarting V2Ray service."
|
colorEcho ${BLUE} "Restarting V2Ray service."
|
||||||
|
|
Loading…
Reference in New Issue