diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-02-13 21:14:20 +0100 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-02-13 21:14:20 +0100 |
commit | 5ed87ab7ccc8e5cf92b068bb75542f05b28a947e (patch) | |
tree | 27529fd9160af1df91681bf99121f053e666b6ba /doc/update/6.0-to-6.1.md | |
parent | 78363222ba1be8834ce664556316d570f218803e (diff) | |
download | gitlab-ce-5ed87ab7ccc8e5cf92b068bb75542f05b28a947e.tar.gz |
Fixes #6311: cp the init.d file locally instead of remote
Diffstat (limited to 'doc/update/6.0-to-6.1.md')
-rw-r--r-- | doc/update/6.0-to-6.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md index ac8f0a77efd..b7fd7634859 100644 --- a/doc/update/6.0-to-6.1.md +++ b/doc/update/6.0-to-6.1.md @@ -71,7 +71,7 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production ```bash sudo rm /etc/init.d/gitlab -sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-1-stable/lib/support/init.d/gitlab +sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab sudo chmod +x /etc/init.d/gitlab ``` |