From 92cd04847433c03d9fbe2ce4544181f324abdbaa Mon Sep 17 00:00:00 2001 From: Hui Li Date: Thu, 30 Jul 2020 11:12:36 +0800 Subject: [PATCH] [modify install] --- packaging/tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/tools/install.sh b/packaging/tools/install.sh index 2191667242..47a8febe35 100644 --- a/packaging/tools/install.sh +++ b/packaging/tools/install.sh @@ -682,7 +682,7 @@ function install_TDengine() { fi echo - echo -e "${GREEN_DARK}Please run${NC}: taos -h $firstEp ${GREEN_DARK} to login into cluster, then execute ${NC}: create dnode 'selfEp'; ${GREEN_DARK}in TAOS shell to add this new node into the clsuter${NC}" + echo -e "${GREEN_DARK}Please run${NC}: taos -h $firstEp ${GREEN_DARK} to login into cluster, then execute ${NC}: create dnode 'newDnodeFQDN:port'; ${GREEN_DARK}in TAOS shell to add this new node into the clsuter${NC}" echo echo -e "\033[44;32;1mTDengine is installed successfully!${NC}" echo -- GitLab