From 1fabdf39f678c3185a02149fcf474c99d941a259 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Wed, 25 Dec 2019 11:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=84=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=AE=89=E8=A3=85?= =?UTF-8?q?inf=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preinstall/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preinstall/install.sh b/preinstall/install.sh index d1deb82..397e134 100644 --- a/preinstall/install.sh +++ b/preinstall/install.sh @@ -6,7 +6,7 @@ touch ${DST}/plug/conflist.inf mkdir -p ${DST}/conf/ touch ${DST}/${CONFILE} -if [[ -z `grep -rn '[business]' ${DST}/plug/conflist.inf` ]];then +if [[ -z `grep -rn '\[business\]' ${DST}/plug/conflist.inf` ]];then echo '[business]' >> ${DST}/plug/conflist.inf fi