Merge pull request #5080 from taosdata/hotfix/test

[TD-2830]<feature> support tar.gz pkg
This commit is contained in:
huili 2021-01-29 11:36:48 +08:00 committed by GitHub
commit c3b84da1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ function install_main_path() {
if [ "$verMode" == "cluster" ]; then
${csudo} mkdir -p ${nginx_dir}
fi
${csudo} cp ${script_dir}/email ${install_main_dir}/ ||:
}
function install_bin() {