summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/support/init.d/gitlab1
-rw-r--r--lib/tasks/gitlab/check.rake2
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"