feat(脚本): 修改安装类型3时的错误

pull/534/merge
mack-a 2020-10-15 10:59:24 +08:00
parent 185dd6131d
commit 3dd3d97cae
1 changed files with 1 additions and 2 deletions

View File

@ -1251,6 +1251,7 @@ EOF
] ]
} }
EOF EOF
fi
# VMess_WS # VMess_WS
if [[ ! -z `echo ${customInstallType}|grep 3` ]] if [[ ! -z `echo ${customInstallType}|grep 3` ]]
then then
@ -1285,8 +1286,6 @@ EOF
] ]
} }
EOF EOF
fi
fi fi
# VLESS_TCP # VLESS_TCP
cat << EOF > /etc/v2ray-agent/v2ray/conf/02_VLESS_TCP_inbounds.json cat << EOF > /etc/v2ray-agent/v2ray/conf/02_VLESS_TCP_inbounds.json