add space before the bin files

This commit is contained in:
Li Ya Qiang 2023-05-23 11:38:04 +08:00
parent 00524b3185
commit 13a6eb177c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ if [ "$pagMode" == "lite" ]; then
taostools_bin_files=""
else
if [ "$verMode" == "cloud" ]; then
taostools_bin_files="${build_dir}/bin/taosBenchmark"
taostools_bin_files=" ${build_dir}/bin/taosBenchmark"
else
wget https://github.com/taosdata/grafanaplugin/releases/latest/download/TDinsight.sh -O ${build_dir}/bin/TDinsight.sh \
&& echo "TDinsight.sh downloaded!" \