Browse Source

Remove cache files in new setup.

Martin Edenhofer 12 years ago
parent
commit
00c12e4346
1 changed files with 3 additions and 0 deletions
  1. 3 0
      script/bootstrap.sh

+ 3 - 0
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