From 23d7587f04689911e53a4ffcd50c13c6d8a5f5d6 Mon Sep 17 00:00:00 2001 From: Maximilian Bosche Date: Thu, 19 Dec 2024 15:09:19 +0100 Subject: [PATCH] mysql not showing ip after install (#924) --- ct/mysql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/mysql.sh b/ct/mysql.sh index e61b0a0b..9c43b59e 100644 --- a/ct/mysql.sh +++ b/ct/mysql.sh @@ -46,4 +46,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following IP:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}{IP}:3306${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}${IP}:3306${CL}"