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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-30 17:59:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-30 17:59:02 +0400
commitbd7c3955b10d0feb0f1905c0272393fd959e4358 (patch)
treef879a6b133b0d64ec0fd397169a348307dc2e85f /lib/tasks
parent7a75b3f3005e2f835d6c5aab520d847d19ab034d (diff)
parenta5e20638c2ca2317f88261cd627b2d8453e4445e (diff)
Merge pull request #6882 from Tandrial/master
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 ad5e04ecab9..8a7f39599ab 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"