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:
parent
77dfd9815f
commit
e24abe9626
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue