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/4.2-to-5.0.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/4.2-to-5.0.md')
-rw-r--r-- | doc/update/4.2-to-5.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/4.2-to-5.0.md b/doc/update/4.2-to-5.0.md index 27cc72c1cb6..6ec153f6245 100644 --- a/doc/update/4.2-to-5.0.md +++ b/doc/update/4.2-to-5.0.md @@ -116,7 +116,7 @@ sudo chmod -R u+rwX /home/git/gitlab/tmp/pids ```bash # init.d sudo rm /etc/init.d/gitlab -sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/5-0-stable/init.d/gitlab +sudo curl -L --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/5-0-stable/init.d/gitlab sudo chmod +x /etc/init.d/gitlab # unicorn |