Make sure tmp dir gets created in setup.sh

This commit is contained in:
Marcin Kulik 2013-08-25 17:15:00 +02:00
parent efd4e54aad
commit ba5e11c249

View File

@ -20,4 +20,5 @@ fi
rm -f log/*
bundle install
bundle exec rake db:setup
mkdir -p tmp
touch tmp/restart.txt