Add missing $

This commit is contained in:
Adam McMaster 2018-04-12 11:16:30 +01:00 committed by GitHub
parent 0e7c68b741
commit 244392a981
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
if [ "${DB_CHECK}" != "0" ]; then
if [ "{POSTGRESQL_DB_CREATE}" == "true" ]; then
if [ "${POSTGRESQL_DB_CREATE}" == "true" ]; then
bundle exec rake db:create
fi
bundle exec rake db:migrate