OSDN Git Service

Update check.rake
authorbassrock <bass_rock@me.com>
Mon, 27 May 2013 19:30:54 +0000 (13:30 -0600)
committerbassrock <bass_rock@me.com>
Mon, 27 May 2013 19:30:54 +0000 (13:30 -0600)
lib/tasks/gitlab/check.rake

index e7cfa44..59c2449 100644 (file)
@@ -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"