[modify the name of the client install package]

This commit is contained in:
huili 2019-11-30 18:08:57 +08:00
parent 5cb0639250
commit 6bc4ab252b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ release_dir="${top_dir}/release"
community_dir="${script_dir}/../../../community/src"
package_name='linux'
install_dir="${release_dir}/TDengine-client-enterprise-${version}-${package_name}-$(echo ${build_time}| tr ': ' -)"
install_dir="${release_dir}/taos-client-${version}-${package_name}-$(echo ${build_time}| tr ': ' -)"
# Directories and files.
bin_files="${build_dir}/bin/taos ${build_dir}/bin/taosdump ${script_dir}/remove_client.sh"