From 327be2d02a0ca76979c36e8b32b4c47bafa32b45 Mon Sep 17 00:00:00 2001 From: Gerard Hickey Date: Wed, 1 Mar 2023 00:17:44 -0500 Subject: [PATCH] Replaced pre with code for inline styles Signed-off-by: Gerard Hickey --- ct/emqx-v5.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/emqx-v5.sh b/ct/emqx-v5.sh index be144cff..9f03e9af 100644 --- a/ct/emqx-v5.sh +++ b/ct/emqx-v5.sh @@ -61,12 +61,12 @@ function ct_description() { Connect to ${APP} using the following URL -
http://${NET}:18083
+http://${IP}:18083 The initial login: -* username:
admin
-* password:
public
+* username: admin +* password: public EOD }