From ba5e11c2491f0e8f59c1ad7dc923346dfeb64854 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sun, 25 Aug 2013 17:15:00 +0200 Subject: [PATCH] Make sure tmp dir gets created in setup.sh --- script/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/script/setup b/script/setup index 8a2d429..ced3b43 100755 --- a/script/setup +++ b/script/setup @@ -20,4 +20,5 @@ fi rm -f log/* bundle install bundle exec rake db:setup +mkdir -p tmp touch tmp/restart.txt