From 845580d5f8c0f54dfe1419410ba09975b2090147 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis <axilleas@axilleas.me> Date: Sun, 21 Feb 2016 23:07:14 +0200 Subject: [PATCH] chmod 644 gitlab.default.example No need to be executable since it is sourced in /etc/init.d/gitlab --- lib/support/init.d/gitlab.default.example | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 lib/support/init.d/gitlab.default.example diff --git a/lib/support/init.d/gitlab.default.example b/lib/support/init.d/gitlab.default.example old mode 100755 new mode 100644 -- GitLab