Merge pull request #16526 from taosdata/test/chr/TD-14699

test: modify checkpackages scritps
This commit is contained in:
Hui Li 2022-08-31 11:36:12 +08:00 committed by GitHub
commit 7457e19e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ if [[ ${packgeName} =~ "deb" ]];then
echo "./debAuto.sh ${packgeName}" && chmod 755 debAuto.sh && ./debAuto.sh ${packgeName}
else
echo "dpkg -i ${packgeName}" && dpkg -i ${packgeName}
fi
elif [[ ${packgeName} =~ "rpm" ]];then
cd ${installPath}
echo "rpm ${packgeName}" && rpm -ivh ${packgeName} --quiet