1
0
mirror of https://bitbucket.org/shim_/mumble.git synced 2019-09-08 21:58:51 +02:00

wait some longer for mysql

This commit is contained in:
shim_
2016-05-26 02:06:23 +02:00
committed by Crafter6432
parent 1f713ccb2b
commit 294dbcc878

View File

@@ -19,6 +19,7 @@ function wait_for_mysql {
if [ ! -z "$DB_PORT" ] ; then PORT="$DB_PORT" ;fi if [ ! -z "$DB_PORT" ] ; then PORT="$DB_PORT" ;fi
while ! nc -q 1 $DB_HOST $PORT < /dev/null; do sleep 3; done while ! nc -q 1 $DB_HOST $PORT < /dev/null; do sleep 3; done
fi fi
sleep 3
} }
if [ ! -e /data/murmur.conf ]; then if [ ! -e /data/murmur.conf ]; then