From 3735132b7c4c5fe38c8b0284de2b350cc4dbadd0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 18 Feb 2022 12:18:30 -0500 Subject: [PATCH] Update mariadb_setup.sh --- setup/mariadb_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mariadb_setup.sh b/setup/mariadb_setup.sh index d0ff3180..b3d8b445 100644 --- a/setup/mariadb_setup.sh +++ b/setup/mariadb_setup.sh @@ -45,7 +45,7 @@ while [ "$(hostname -I)" = "" ]; do fi done echo -e "${CM}${CL} \r" -echo -en "${GN} Network Connected: ${BL}$(hostname -I) " +echo -en "${GN} Network Connected: ${BL}$(hostname -I)${CL} " echo -e "${CM}${CL} \r" echo -en "${GN} Updating Container OS... "