feat(脚本): 修改内容

pull/534/merge
mack-a 2020-11-26 17:57:05 +08:00
parent 1dc5312231
commit c1f99b9e5c
1 changed files with 2 additions and 2 deletions

View File

@ -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