diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-30 18:05:14 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-30 18:05:14 +0300 |
commit | d54d3324b1ae46a60712dbb974214e41fca5b93b (patch) | |
tree | c412664ecbf9a5e700328e31607b6b1a185696ce /lib | |
parent | ac777911fd9773d1cfdb98ae008be33154377d94 (diff) | |
parent | bd7c3955b10d0feb0f1905c0272393fd959e4358 (diff) | |
download | gitlab-ce-d54d3324b1ae46a60712dbb974214e41fca5b93b.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/support/init.d/gitlab | 1 | ||||
-rw-r--r-- | lib/tasks/gitlab/check.rake | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab index 5c1ce2dadab..b066a1a6935 100755 --- a/lib/support/init.d/gitlab +++ b/lib/support/init.d/gitlab @@ -12,6 +12,7 @@ # Default-Stop: 0 1 6 # Short-Description: GitLab git repository management # Description: GitLab git repository management +# chkconfig: - 85 14 ### END INIT INFO diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index ad5e04ecab9..8a7f39599ab 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -458,7 +458,7 @@ namespace :gitlab do else puts "no".red try_fixing_it( - "sudo chmod u+rwx,g+rx,o-rwx #{satellites_path}", + "sudo chmod u+rwx,g=rx,o-rwx #{satellites_path}", ) for_more_information( see_installation_guide_section "GitLab" |