diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-08-13 16:19:57 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-08-13 16:19:57 +0200 |
commit | 8bce9d7fedd4136e42396430c0e672507e459689 (patch) | |
tree | 260ea3f6de83d74e84c4f941eef54215a08ebd2b /doc/update/5.0-to-5.1.md | |
parent | 71f87ffb66659fea20c49601b8897e4bc9b47dd1 (diff) | |
parent | aabb4093b7e69cd41e50f674a971b4a113345748 (diff) | |
download | gitlab-ce-8bce9d7fedd4136e42396430c0e672507e459689.tar.gz |
Merge pull request #7475 from bbodenmiller/curl-redirects
follow curl redirects
Diffstat (limited to 'doc/update/5.0-to-5.1.md')
-rw-r--r-- | doc/update/5.0-to-5.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/5.0-to-5.1.md b/doc/update/5.0-to-5.1.md index b04f3065a17..0e597abb1a9 100644 --- a/doc/update/5.0-to-5.1.md +++ b/doc/update/5.0-to-5.1.md @@ -52,7 +52,7 @@ sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production ```bash # init.d sudo rm /etc/init.d/gitlab -sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/5-1-stable/init.d/gitlab +sudo curl -L --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/5-1-stable/init.d/gitlab sudo chmod +x /etc/init.d/gitlab ``` |