Make sure tmp dir gets created in setup.sh
This commit is contained in:
parent
efd4e54aad
commit
ba5e11c249
@ -20,4 +20,5 @@ fi
|
||||
rm -f log/*
|
||||
bundle install
|
||||
bundle exec rake db:setup
|
||||
mkdir -p tmp
|
||||
touch tmp/restart.txt
|
||||
|
Loading…
Reference in New Issue
Block a user