test: modify checkpackages scritps

This commit is contained in:
tomchon 2022-09-01 16:32:32 +08:00
parent ea0d429c3e
commit c14e9a308d
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ fi
cd ${installPath}
if [[ ${packgeName} =~ "Lite" ]] || [[ ${packgeName} =~ "client" ]] || ([[ ${packgeName} =~ "deb" ]] && [ ${packgeName} =~ "server" ]]) || ([[ ${packgeName} =~ "rpm" ]] && [ ${packgeName} =~ "server" ]]) ;then
if [[ ${packgeName} =~ "Lite" ]] || [[ ${packgeName} =~ "client" ]] || ([[ ${packgeName} =~ "deb" ]] && [ ${packgeName} =~ "server" ]]) || ([[ ${packgeName} =~ "rpm" ]] && [[ ${packgeName} =~ "server" ]]) ;then
echoColor G "===== install taos-tools when package is lite or client ====="
cd ${installPath}
wgetFile taosTools-2.1.2-Linux-x64.tar.gz .