Commit 8eb1748a authored by Jazz's avatar Jazz Committed by Ludovic Perrine

Fixed advice on invalid permissions on upload path

parent 3656b5db
...@@ -303,7 +303,7 @@ namespace :gitlab do ...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment