Update docker-entrypoint.sh
This commit is contained in:
parent
60a66c5d60
commit
3e7a346fc3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user