From 9465b356e8881785362e32a63fda9c0f2b51ec6c Mon Sep 17 00:00:00 2001 From: tomchon Date: Thu, 8 Sep 2022 11:15:33 +0800 Subject: [PATCH] modify version of taos-tools --- packaging/testpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/testpackage.sh b/packaging/testpackage.sh index 0878c2e792..794b3968fe 100755 --- a/packaging/testpackage.sh +++ b/packaging/testpackage.sh @@ -234,7 +234,7 @@ if [[ ${packgeName} =~ "Lite" ]] || ([[ ${packgeName} =~ "x64" ]] && [[ ${pac cd ${installPath} wgetFile taosTools-2.1.3-Linux-x64.tar.gz . tar xf taosTools-2.1.3-Linux-x64.tar.gz - cd taosTools-2.1.2 && bash install-taostools.sh + cd taosTools-2.1.3 && bash install-taostools.sh elif ([[ ${packgeName} =~ "arm64" ]] && [[ ${packgeName} =~ "client" ]]);then echoColor G "===== install taos-tools arm when package is arm64-client =====" cd ${installPath}