v2ray пре 9 година
родитељ
комит
1435a51aa3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      release/install-release.sh

+ 1 - 1
release/install-release.sh

@@ -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"