added missing bundle exec
This commit is contained in:
parent
9b87de4b4c
commit
21962ca39f
@ -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..."
|
||||||
|
Loading…
Reference in New Issue
Block a user