From 00c12e4346bb4179a6668d02f1461f060f03ab77 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 25 Jan 2013 11:59:14 +0100 Subject: [PATCH] Remove cache files in new setup. --- script/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 405763a2b..dbdf47165 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -1,6 +1,9 @@ #!/bin/bash bundle install + +rm -rf tmp/cache/file_store + rake db:create rake db:migrate rake db:seed