1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-15 19:13:52 +00:00

Update mariadb_setup.sh

This commit is contained in:
tteckster 2022-02-18 11:30:56 -05:00 committed by GitHub
parent 4acfba62d6
commit 3037e9e1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) "
echo -e "${CM}${CL} \r"
echo -en "${GN} Updating Container OS... "