1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 01:45:23 +00:00

fix a typo

This commit is contained in:
v2ray 2016-02-21 15:03:50 +01:00
parent e3dc449d44
commit 1435a51aa3

View File

@ -59,7 +59,7 @@ function install_component() {
V2RAY_RUNNING=0
if pgrep "v2ray" > /dev/null ; then
${V2RAY_RUNNING}=1
V2RAY_RUNNING=1
fi
VER="v1.7"