[NONE]modify TDEngine to TDengine

This commit is contained in:
Hui Li 2020-12-22 18:35:29 +08:00
parent 1d7a94f4c1
commit 2a3aa6323a
2 changed files with 2 additions and 2 deletions

View File

@ -422,7 +422,7 @@ function install_service() {
}
function install_TDengine() {
echo -e "${GREEN}Start to install TDEngine...${NC}"
echo -e "${GREEN}Start to install TDengine...${NC}"
#install log and data dir , then ln to /usr/local/taos
${csudo} mkdir -p ${log_dir} && ${csudo} chmod 777 ${log_dir}

View File

@ -119,4 +119,4 @@ if ((${service_mod}==2)); then
kill_taosd
fi
echo -e "${GREEN}TDEngine is removed successfully!${NC}"
echo -e "${GREEN}TDengine is removed successfully!${NC}"