fix(脚本): 修改安装tar

pull/534/merge
mack-a 2020-09-10 17:17:32 +08:00
parent a16187645d
commit 33c8e545fe
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ installTools(){
${installType} socat > /dev/null
fi
if [[ -z `find /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin |grep -v grep|grep tar` ]]
if [[ -z `find /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin |grep -v grep|grep -w tar` ]]
then
# progressTools "yellow" "安装tar--->"
echoContent green " ---> 安装tar"