Fixed advice on invalid permissions on upload path
This commit is contained in:
parent
3656b5db07
commit
8eb1748ab2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue