Skip to content

Commit 23d7587

Browse files
authored
mysql not showing ip after install (#924)
1 parent 4c04a33 commit 23d7587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/mysql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ description
4646
msg_ok "Completed Successfully!\n"
4747
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4848
echo -e "${INFO}${YW} Access it using the following IP:${CL}"
49-
echo -e "${TAB}${GATEWAY}${BGN}{IP}:3306${CL}"
49+
echo -e "${TAB}${GATEWAY}${BGN}${IP}:3306${CL}"

0 commit comments

Comments
 (0)