Commit 511f666fc492e653c91179efa36dcc24a73980d9

Authored by Stefan Baust
1 parent 9f7757ed

corrected the url of the init-script

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/update/5.4-to-6.0.md
@@ -91,7 +91,7 @@ Note: We switched from Puma in GitLab 5.4 to unicorn in GitLab 6.0. @@ -91,7 +91,7 @@ Note: We switched from Puma in GitLab 5.4 to unicorn in GitLab 6.0.
91 91
92 ```bash 92 ```bash
93 sudo rm /etc/init.d/gitlab 93 sudo rm /etc/init.d/gitlab
94 -sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/master/lib/support/init.d/gitlab 94 +sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-0-stable/lib/support/init.d/gitlab
95 sudo chmod +x /etc/init.d/gitlab 95 sudo chmod +x /etc/init.d/gitlab
96 ``` 96 ```
97 97