Commit c8331c690ae74dbc6661fb2d4b03cfb907ccc83b
1 parent
f415a9ec
Exists in
master
and in
29 other branches
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,6 +122,7 @@ fi | ||
122 | 122 | ||
123 | # create needed directory | 123 | # create needed directory |
124 | mkdir -p tmp/pids | 124 | mkdir -p tmp/pids |
125 | +mkdir -p tmp/cache | ||
125 | 126 | ||
126 | # use default gitignore rules | 127 | # use default gitignore rules |
127 | if [ ! -f .gitignore ]; then | 128 | if [ ! -f .gitignore ]; then |