Update check.rake
This commit is contained in:
parent
987b51b911
commit
3db67ff09c
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ namespace :gitlab do
|
|||
puts "no".red
|
||||
try_fixing_it(
|
||||
"sudo chown -R gitlab #{log_path}",
|
||||
"sudo chmod -R rwX #{log_path}"
|
||||
"sudo chmod -R u+rwX #{log_path}"
|
||||
)
|
||||
for_more_information(
|
||||
see_installation_guide_section "GitLab"
|
||||
|
@ -239,7 +239,7 @@ namespace :gitlab do
|
|||
puts "no".red
|
||||
try_fixing_it(
|
||||
"sudo chown -R gitlab #{tmp_path}",
|
||||
"sudo chmod -R rwX #{tmp_path}"
|
||||
"sudo chmod -R u+rwX #{tmp_path}"
|
||||
)
|
||||
for_more_information(
|
||||
see_installation_guide_section "GitLab"
|
||||
|
|
Loading…
Reference in a new issue