From a2991c0be649eef2c3102ff16a719f36d0cb1d42 Mon Sep 17 00:00:00 2001 From: bserie Date: Tue, 29 Nov 2016 14:43:17 +0100 Subject: [PATCH] =?UTF-8?q?upgrade=20pour=20mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoGitlab/8.14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoGitlab/8.14.md b/HowtoGitlab/8.14.md index 288fca47..29b38100 100644 --- a/HowtoGitlab/8.14.md +++ b/HowtoGitlab/8.14.md @@ -405,7 +405,7 @@ $ git fetch --all $ git checkout -- Gemfile.lock db/schema.rb $ git checkout v8.14.1 -b v8.14.1 $ sed -i -e s'/app_user="git"/app_user="gitlab-demo00"/' \ - -e 's/# Provides: .*gitlab/# Provides: gitlab-demo00/' \ + -e 's/# Provides: .*gitlab$/# Provides: gitlab-demo00/' \ lib/support/init.d/gitlab $ sed -i 's#script_path = "/etc/init.d/gitlab"#script_path = "/etc/init.d/gitlab-demo00"#g' lib/tasks/gitlab/check.rake $ git commit -a -m 'change default user'