diff --git a/install.sh b/install.sh index a932e83..abf5157 100644 --- a/install.sh +++ b/install.sh @@ -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