Update mariadb_setup.sh

pull/40/head
tteckster 2022-02-18 12:18:30 -05:00 committed by GitHub
parent 901e02e0ac
commit 3735132b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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... "