Fixed advice on invalid permissions on upload path

This commit is contained in:
Jazz 2016-02-23 21:30:45 +00:00 committed by Ludovic Perrine
parent 3656b5db07
commit 8eb1748ab2

View file

@ -303,7 +303,7 @@ namespace :gitlab do
else else
puts "no".red puts "no".red
try_fixing_it( try_fixing_it(
"sudo find #{upload_path} -type d -not -path #{upload_path} -exec chmod 0700 {} \\;" "sudo chmod 700 #{upload_path}"
) )
for_more_information( for_more_information(
see_installation_guide_section "GitLab" see_installation_guide_section "GitLab"