Commit fecbf9255c6de2ef9e44339726613280c1a28b3d

Authored by Jacob Vosmaer
1 parent 705c495e

No need to re-download the init script

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
doc/update/6.2-to-6.3.md
... ... @@ -67,8 +67,7 @@ git diff 6-2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.examp
67 67 ### 6. Update Init script
68 68  
69 69 ```bash
70   -sudo rm /etc/init.d/gitlab
71   -sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-3-stable/lib/support/init.d/gitlab
  70 +sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
72 71 sudo chmod +x /etc/init.d/gitlab
73 72 ```
74 73  
... ...