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
1 changed files with 1 additions and 1 deletions

View File

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