Update containers/zammad/docker-entrypoint.sh
This commit is contained in:
parent
e141025fed
commit
392911f7b5
@ -76,7 +76,7 @@ if [ "$1" = 'zammad-init' ]; then
|
|||||||
# create autowizard.json on first install
|
# create autowizard.json on first install
|
||||||
if base64 -d <<< ${AUTOWIZARD_JSON} &>> /dev/null; then
|
if base64 -d <<< ${AUTOWIZARD_JSON} &>> /dev/null; then
|
||||||
echo "Saving autowizard json payload..."
|
echo "Saving autowizard json payload..."
|
||||||
echo "${AUTOWIZARD_JSON}" | base64 -d > auto_wizard.json
|
base64 -d <<< "${AUTOWIZARD_JSON}" > auto_wizard.json
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
bundle exec rake db:migrate
|
bundle exec rake db:migrate
|
||||||
|
Loading…
Reference in New Issue
Block a user