Merge pull request #16 from JAP42/master

Updated PID clean up for postal app
This commit is contained in:
ILoveYaToo 2019-07-09 19:37:49 -04:00 committed by GitHub
commit f9caab1d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

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