diff --git a/script/setup b/script/setup index e8805ef..706137a 100755 --- a/script/setup +++ b/script/setup @@ -3,6 +3,6 @@ set -e rm -f log/* -bundle install --binstubs +bundle install bundle exec rake db:setup --trace touch tmp/restart.txt