Update to use our standard variables.

This commit is contained in:
Greyscale 2020-11-19 03:30:43 +01:00
parent da492c940f
commit d4cd6df886
No known key found for this signature in database
GPG key ID: C6178C19949CFFE3

View file

@ -1,6 +1,6 @@
#!/bin/bash
echo -n "Waiting for MySQL..."
while ! mysqladmin ping -h"$DB_HOST" --silent; do
while ! mysqladmin ping -h"$MYSQL_HOST" -P"$MYSQL_PORT" --silent; do
sleep 1
echo -n "."
done