Not longer needed.

This commit is contained in:
Martin Edenhofer 2016-05-30 10:40:19 +02:00
parent 2e01ec048c
commit 8e9739ec63

View file

@ -1,10 +0,0 @@
#!/bin/bash
set -e
if zammad config:get DATABASE_URL ; then
zammad run rake db:migrate
fi
touch tmp/restart.txt
exit 0