Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorMichael Krane <Michael.Krane@gmx.de>2014-04-27 13:36:45 +0400
committerMichael Krane <Michael.Krane@gmx.de>2014-04-27 13:36:45 +0400
commita5e20638c2ca2317f88261cd627b2d8453e4445e (patch)
tree0dcb02f1f15065a58f39e7d03c4ae2798c3c4203 /lib/tasks
parent3657e951956fd5cbeb42c14e6df9af645da3067e (diff)
Satellites access fix
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gitlab/check.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index bf015a1fe16..f77b817bb49 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -458,7 +458,7 @@ namespace :gitlab do
else
puts "no".red
try_fixing_it(
- "sudo chmod u+rwx,g+rx,o-rwx #{satellites_path}",
+ "sudo chmod u+rwx,g=rx,o-rwx #{satellites_path}",
)
for_more_information(
see_installation_guide_section "GitLab"