Commit 3db67ff0 authored by bassrock's avatar bassrock

Update check.rake

parent 987b51b9
...@@ -219,7 +219,7 @@ namespace :gitlab do ...@@ -219,7 +219,7 @@ namespace :gitlab do
puts "no".red puts "no".red
try_fixing_it( try_fixing_it(
"sudo chown -R gitlab #{log_path}", "sudo chown -R gitlab #{log_path}",
"sudo chmod -R rwX #{log_path}" "sudo chmod -R u+rwX #{log_path}"
) )
for_more_information( for_more_information(
see_installation_guide_section "GitLab" see_installation_guide_section "GitLab"
...@@ -239,7 +239,7 @@ namespace :gitlab do ...@@ -239,7 +239,7 @@ namespace :gitlab do
puts "no".red puts "no".red
try_fixing_it( try_fixing_it(
"sudo chown -R gitlab #{tmp_path}", "sudo chown -R gitlab #{tmp_path}",
"sudo chmod -R rwX #{tmp_path}" "sudo chmod -R u+rwX #{tmp_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