Update docker-entrypoint.sh

This commit is contained in:
Joe Payton 2019-07-01 23:20:05 -04:00 committed by GitHub
parent 60a66c5d60
commit 3e7a346fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ cat /opt/postal/config/postal.yml
## Clean Up ## Clean Up
rm -rf /opt/postal/tmp/pids/* rm -rf /opt/postal/tmp/pids/*
rm -rf /tmp/postal
## Wait for MySQL to start up ## Wait for MySQL to start up
echo "== Waiting for MySQL to start up ==" echo "== Waiting for MySQL to start up =="
while ! mysqladmin ping -h mysql --silent; do while ! mysqladmin ping -h mysql --silent; do