Merge pull request #16 from JAP42/master
Updated PID clean up for postal app
This commit is contained in:
commit
f9caab1d27
|
@ -14,7 +14,7 @@ cat /opt/postal/config/postal.yml
|
|||
|
||||
## Clean Up
|
||||
rm -rf /opt/postal/tmp/pids/*
|
||||
|
||||
rm -rf /tmp/postal
|
||||
## Wait for MySQL to start up
|
||||
echo "== Waiting for MySQL to start up =="
|
||||
while ! mysqladmin ping -h mysql --silent; do
|
||||
|
|
|
@ -14,7 +14,7 @@ cat /opt/postal/config/postal.yml
|
|||
|
||||
## Clean Up
|
||||
rm -rf /opt/postal/tmp/pids/*
|
||||
|
||||
rm -rf /tmp/postal
|
||||
## Wait for MySQL to start up
|
||||
echo "== Waiting for MySQL to start up =="
|
||||
while ! mysqladmin ping -h mysql --silent; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user