diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-08 14:09:58 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-08 14:09:58 +0300 |
| commit | 041ce7b3038dc7eea9f5fb4a889bf6477ba454c4 (patch) | |
| tree | ed36a8f1669838fa64f36f663fee674b3899744e /doc | |
| parent | 49ca05f4de2488ab2dfaf150359802438a2418d6 (diff) | |
| parent | 4cf25eea3abd7e0928d6a87f33bf98d89b1bc2e8 (diff) | |
| download | gitlab-ce-041ce7b3038dc7eea9f5fb4a889bf6477ba454c4.tar.gz | |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/update/6.6-to-6.7.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/6.6-to-6.7.md b/doc/update/6.6-to-6.7.md index 5622a7001ed..b4298c93429 100644 --- a/doc/update/6.6-to-6.7.md +++ b/doc/update/6.6-to-6.7.md @@ -71,6 +71,9 @@ sudo -u git -H gzip /home/git/gitlab-shell/gitlab-shell.log.1 # Close access to gitlab-satellites for others sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites + +# Add directory for uploads +sudo -u git -H mkdir -p /home/git/gitlab/public/uploads ``` ## 5. Start application |
