diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-30 16:59:02 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-30 16:59:02 +0300 |
| commit | bd7c3955b10d0feb0f1905c0272393fd959e4358 (patch) | |
| tree | f879a6b133b0d64ec0fd397169a348307dc2e85f /doc/update/6.6-to-6.7.md | |
| parent | 7a75b3f3005e2f835d6c5aab520d847d19ab034d (diff) | |
| parent | a5e20638c2ca2317f88261cd627b2d8453e4445e (diff) | |
| download | gitlab-ce-bd7c3955b10d0feb0f1905c0272393fd959e4358.tar.gz | |
Merge pull request #6882 from Tandrial/master
Satellites access fix
Diffstat (limited to 'doc/update/6.6-to-6.7.md')
| -rw-r--r-- | doc/update/6.6-to-6.7.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.6-to-6.7.md b/doc/update/6.6-to-6.7.md index 61a63057d08..3093923007a 100644 --- a/doc/update/6.6-to-6.7.md +++ b/doc/update/6.6-to-6.7.md @@ -69,7 +69,7 @@ sudo -u git -H gzip /home/git/gitlab/log/*.log.1 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 +sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites ``` |
