changes per schrej's request

Lists the stock MariaDB Link instead of my old personal one.

Corrects an echo command in the entrypoint.
This commit is contained in:
Michael (Parker) Parker 2018-08-18 07:32:01 -04:00
parent 77dfd9815f
commit e24abe9626
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ else
fi
## check for DB up before starting the panel
zshoecho "Checking database status."
echo "Checking database status."
until nc -z -v -w30 $DB_HOST 3306
do