mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
修复缩进,当/etc/v2ray/config.json存在时,不再生成/etc/v2ray文件夹
This commit is contained in:
parent
a06078ecb3
commit
5b1b771d2e
@ -230,8 +230,8 @@ installV2Ray(){
|
||||
copyFile geosite.dat false
|
||||
|
||||
# Install V2Ray server config to /etc/v2ray
|
||||
mkdir -p /etc/v2ray
|
||||
if [[ ! -f "/etc/v2ray/config.json" ]]; then
|
||||
mkdir -p /etc/v2ray
|
||||
cp "/tmp/v2ray/v2ray-${NEW_VER}-linux-${VDIS}/vpoint_vmess_freedom.json" "/etc/v2ray/config.json"
|
||||
if [[ $? -ne 0 ]]; then
|
||||
colorEcho ${YELLOW} "Create V2Ray configuration file error, pleases create it manually."
|
||||
|
Loading…
Reference in New Issue
Block a user