mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 修改内容
parent
1dc5312231
commit
c1f99b9e5c
|
@ -170,9 +170,9 @@ readCustomInstallType(){
|
||||||
local customConf=
|
local customConf=
|
||||||
if [[ "${coreInstallType}" = "1" ]]
|
if [[ "${coreInstallType}" = "1" ]]
|
||||||
then
|
then
|
||||||
customConf=ls /etc/v2ray-agent/xray/conf|grep -v grep|grep inbounds.json|awk -F "[.]" '{print $1}'
|
customConf="ls /etc/v2ray-agent/xray/conf|grep -v grep|grep inbounds.json|awk -F "[.]" '{print $1}'"
|
||||||
else
|
else
|
||||||
customConf=ls /etc/v2ray-agent/v2ray/conf|grep -v grep|grep inbounds.json|awk -F "[.]" '{print $1}'
|
customConf="ls /etc/v2ray-agent/v2ray/conf|grep -v grep|grep inbounds.json|awk -F "[.]" '{print $1}'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while read row
|
while read row
|
||||||
|
|
Loading…
Reference in New Issue