Merge pull request #3215 from amoskong/history_err
install.sh: create empty history file after installation
This commit is contained in:
commit
5da3bbeb42
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue