test: modify checkpackages scritps of client

This commit is contained in:
tomchon 2022-09-01 21:07:46 +08:00
parent aeaba78a8b
commit 76128ee548
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ if [[ ${packgeName} =~ "server" ]] ;then
echoColor BD " rm -rf /var/lib/taos/* && systemctl restart taosd "
rm -rf /var/lib/taos/*
systemctl restart taosd
fi
# if ([[ ${packgeName} =~ "Lite" ]] && [[ ${packgeName} =~ "tar" ]]) || [[ ${packgeName} =~ "client" ]] ;then
# echoColor G "===== install taos-tools when package is lite or client ====="