summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbassrock <bass_rock@me.com>2013-05-27 13:30:54 -0600
committerbassrock <bass_rock@me.com>2013-05-27 13:30:54 -0600
commit3db67ff09c3b1ff2c66da238c6796942483ae6e1 (patch)
treecfe971d42d7503d50ccbf85bd1e73bbdc52bad95
parent987b51b9112da3670d81ec0648b73f047d94f454 (diff)
downloadgitlab-ce-3db67ff09c3b1ff2c66da238c6796942483ae6e1.tar.gz
Update check.rake
-rw-r--r--lib/tasks/gitlab/check.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index e7cfa4424ab..59c2449444a 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -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"