From c6f019a58c1484688fc48aa15d1005a8bcdcc156 Mon Sep 17 00:00:00 2001 From: bserie Date: Thu, 25 Apr 2019 10:50:56 +0200 Subject: [PATCH] =?UTF-8?q?Retrait=20d'une=20op=C3=A9ration=20non=20n?= =?UTF-8?q?=C3=A9cessaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoGitlab/11.md | 1 - 1 file changed, 1 deletion(-) diff --git a/HowtoGitlab/11.md b/HowtoGitlab/11.md index b2d7cae5..ece8daef 100644 --- a/HowtoGitlab/11.md +++ b/HowtoGitlab/11.md @@ -315,7 +315,6 @@ Installation : ~~~ $ bundle exec rake "gitlab:gitaly:install[/home/foo/gitaly,/home/foo/repositories]" RAILS_ENV=production $ chmod 0700 /home/foo/gitlab/tmp/sockets/private -$ chown git /home/foo/gitlab/tmp/sockets/private $ cd /home/foo/gitaly $ sed -i -e 's@/home/git@/home/foo@g' config.toml $ cd -