feat(脚本): 修改内容
parent
1dc5312231
commit
c1f99b9e5c
|
@ -170,9 +170,9 @@ readCustomInstallType(){
|
|||
local customConf=
|
||||
if [[ "${coreInstallType}" = "1" ]]
|
||||
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
|
||||
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
|
||||
|
||||
while read row
|
||||
|
|
Loading…
Reference in New Issue