From 2a3aa6323ad2deb82ed05f136526e662facc8fad Mon Sep 17 00:00:00 2001 From: Hui Li Date: Tue, 22 Dec 2020 18:35:29 +0800 Subject: [PATCH] [NONE]modify TDEngine to TDengine --- packaging/tools/post.sh | 2 +- packaging/tools/preun.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/tools/post.sh b/packaging/tools/post.sh index 6b4d183764..fc0caba5aa 100755 --- a/packaging/tools/post.sh +++ b/packaging/tools/post.sh @@ -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} diff --git a/packaging/tools/preun.sh b/packaging/tools/preun.sh index 07b43c0e49..6c1d53606b 100755 --- a/packaging/tools/preun.sh +++ b/packaging/tools/preun.sh @@ -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}" -- GitLab