diff options
author | Michael Krane <Michael.Krane@gmx.de> | 2014-04-27 11:36:45 +0200 |
---|---|---|
committer | Michael Krane <Michael.Krane@gmx.de> | 2014-04-27 11:36:45 +0200 |
commit | a5e20638c2ca2317f88261cd627b2d8453e4445e (patch) | |
tree | 0dcb02f1f15065a58f39e7d03c4ae2798c3c4203 /doc/update/6.7-to-6.8.md | |
parent | 3657e951956fd5cbeb42c14e6df9af645da3067e (diff) | |
download | gitlab-ce-a5e20638c2ca2317f88261cd627b2d8453e4445e.tar.gz |
Satellites access fix
Diffstat (limited to 'doc/update/6.7-to-6.8.md')
-rw-r--r-- | doc/update/6.7-to-6.8.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.7-to-6.8.md b/doc/update/6.7-to-6.8.md index 63023fd384b..b5f87113618 100644 --- a/doc/update/6.7-to-6.8.md +++ b/doc/update/6.7-to-6.8.md @@ -67,7 +67,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab # 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 ``` ### 5. Update config files |