Merge pull request #71 from astopy/fix-entrypoint

Add missing $
This commit is contained in:
André Bauer 2018-04-12 12:35:19 +02:00 committed by GitHub
commit c80eaf980b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ if [ "$1" = 'zammad-init' ]; then
set -e set -e
if [ "${DB_CHECK}" != "0" ]; then if [ "${DB_CHECK}" != "0" ]; then
if [ "{POSTGRESQL_DB_CREATE}" == "true" ]; then if [ "${POSTGRESQL_DB_CREATE}" == "true" ]; then
bundle exec rake db:create bundle exec rake db:create
fi fi
bundle exec rake db:migrate bundle exec rake db:migrate