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'