Add missing $
This commit is contained in:
parent
0e7c68b741
commit
244392a981
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user