Commit c8331c690ae74dbc6661fb2d4b03cfb907ccc83b

Authored by Antonio Terceiro
1 parent f415a9ec

quick-start: create tmp/cache

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
script/quick-start
... ... @@ -122,6 +122,7 @@ fi
122 122  
123 123 # create needed directory
124 124 mkdir -p tmp/pids
  125 +mkdir -p tmp/cache
125 126  
126 127 # use default gitignore rules
127 128 if [ ! -f .gitignore ]; then
... ...