Browse Source

Update mariadb_setup.sh

tteckster 3 years ago
parent
commit
3735132b7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/mariadb_setup.sh

+ 1 - 1
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... "