added missing bundle exec

This commit is contained in:
André Bauer 2017-01-09 18:50:34 +01:00
parent 9b87de4b4c
commit 21962ca39f

View File

@ -3,7 +3,7 @@
if [ "$1" = 'zammad' ]; then if [ "$1" = 'zammad' ]; then
cd ${ZAMMAD_DIR} cd ${ZAMMAD_DIR}
rake db:migrate &> /dev/null bundle exec db:migrate &> /dev/null
if [ $? != 0 ]; then if [ $? != 0 ]; then
echo "creating db & searchindex..." echo "creating db & searchindex..."