1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-21 04:59:10 -04:00

Update install-release.sh

This commit is contained in:
sunshineplan
2018-04-12 16:03:06 +08:00
committed by GitHub
parent a12ec47cad
commit fe5d3adecc

View File

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