瀏覽代碼

fix a typo

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"