From 237ccf3818e0b880f7ebce9d1f7923fa5939eebd Mon Sep 17 00:00:00 2001 From: XiaoLiang Hu Date: Sat, 22 May 2021 18:13:22 +0800 Subject: [PATCH] fix(installer): update message --- build/docker/tools/tke-installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/tools/tke-installer/install.sh b/build/docker/tools/tke-installer/install.sh index bf1e680ab..369c563bc 100755 --- a/build/docker/tools/tke-installer/install.sh +++ b/build/docker/tools/tke-installer/install.sh @@ -164,7 +164,7 @@ function check_installer() { continue else echo "Step.6 check tke-installer status [done]" - echo "Please use your browser which can connect this machine to open http://{YOUR_HOST}:8080/index.html for install TKE!" + echo "Please use your browser which can connect this machine to open $url for install TKE!" exit 0 fi done