Merge pull request #3215 from amoskong/history_err

install.sh: create empty history file after installation
This commit is contained in:
Shengliang Guan 2020-08-27 09:36:04 +08:00 committed by GitHub
commit 5da3bbeb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -705,6 +705,7 @@ function install_TDengine() {
echo
echo -e "\033[44;32;1mTDengine client is installed successfully!${NC}"
fi
touch ~/.taos_history
rm -rf $(tar -tf taos.tar.gz)
}