From 60591a2b2d48fc6f6039d9563e41ce1137ed80d0 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 13 Mar 2014 23:07:25 +0530 Subject: [PATCH] install: make sure the /etc/init.d/gitlab is executable --- assets/setup/install | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/setup/install b/assets/setup/install index a50f53c2..f03d1de9 100755 --- a/assets/setup/install +++ b/assets/setup/install @@ -66,6 +66,7 @@ chown -R git:git /home/git/ # install gitlab bootscript cp lib/support/init.d/gitlab /etc/init.d/gitlab +chmod +x /etc/init.d/gitlab # install logrotate configuration cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab