From 3037e9e1f02e3eead8286e185ae8c986a052ec0f Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 18 Feb 2022 11:30:56 -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 bbf2c626..d0ff3180 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) " echo -e "${CM}${CL} \r" echo -en "${GN} Updating Container OS... "