Skip to content

Commit

Permalink
fix(installer): update message
Browse files Browse the repository at this point in the history
  • Loading branch information
huxiaoliang committed May 22, 2021
1 parent 894d682 commit 237ccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/tools/tke-installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 237ccf3

Please sign in to comment.