From 43a55494f15084fe4c6ed5f9e7703a7bb092af86 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 5 Feb 2013 15:55:28 +0200 Subject: add check bin --- bin/install | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/install') diff --git a/bin/install b/bin/install index c9f5be3..f6b0974 100755 --- a/bin/install +++ b/bin/install @@ -9,6 +9,7 @@ require_relative '../lib/gitlab_init' commands = [ "mkdir -p /home/git/repositories", "mkdir -p /home/git/.ssh", + "touch /home/git/.ssh/authorized_keys", "chmod -R ug+rwX,o-rwx /home/git/repositories/", "find /home/git/repositories -type d -print0 | xargs -0 chmod g+s" ] -- cgit v1.2.1