diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-29 16:34:50 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-29 16:34:50 +0100 |
commit | bc89c4f8d993028cd903217b6e1b989ca54307b9 (patch) | |
tree | 9b91f46ab7a92a2a1ac927dc5b3de1da5307298b /doc/update | |
parent | 6119b872fbb3b9dc19be3b21737dbb8380cf4847 (diff) | |
download | gitlab-ce-bc89c4f8d993028cd903217b6e1b989ca54307b9.tar.gz |
Make sed command GNU-compatiblegitlab-workhorse
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.1-to-8.2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.1-to-8.2.md b/doc/update/8.1-to-8.2.md index d84d13f33e0..3772f624e98 100644 --- a/doc/update/8.1-to-8.2.md +++ b/doc/update/8.1-to-8.2.md @@ -90,7 +90,7 @@ Update the GitLab init script and 'default' file. cd /home/git/gitlab sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab test -e /etc/default/gitlab && \ - sudo sed -i .pre-8.2 's/^\([^=]*\)gitlab_git_http_server/\1gitlab_workhorse/' /etc/default/gitlab + sudo sed -i.pre-8.2 's/^\([^=]*\)gitlab_git_http_server/\1gitlab_workhorse/' /etc/default/gitlab ``` Make sure that you also update your **NGINX configuration** to use |