Commit ef9628403ffaceb3924178882eeb21af6d27a17b
1 parent
5122d529
Exists in
web_steps_improvements
and in
9 other branches
avoid error if cache folder already exists on quick-start
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/quick-start
| @@ -130,7 +130,7 @@ fi | @@ -130,7 +130,7 @@ fi | ||
| 130 | # create needed directory | 130 | # create needed directory |
| 131 | mkdir -p tmp/pids | 131 | mkdir -p tmp/pids |
| 132 | mkdir -p tmp/cache | 132 | mkdir -p tmp/cache |
| 133 | -mkdir cache | 133 | +mkdir -p cache |
| 134 | 134 | ||
| 135 | # use default gitignore rules | 135 | # use default gitignore rules |
| 136 | if [ ! -f .gitignore ]; then | 136 | if [ ! -f .gitignore ]; then |