summaryrefslogtreecommitdiff
path: root/doc/update/6.2-to-6.3.md
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-26 10:22:23 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-26 10:22:23 +0100
commitfecbf9255c6de2ef9e44339726613280c1a28b3d (patch)
treeebcc9c7daed9672c92e5e244fc613b2f28514040 /doc/update/6.2-to-6.3.md
parent705c495eded552bc6e67856a26e4bdd59778c4c7 (diff)
downloadgitlab-ce-fecbf9255c6de2ef9e44339726613280c1a28b3d.tar.gz
No need to re-download the init script
Diffstat (limited to 'doc/update/6.2-to-6.3.md')
-rw-r--r--doc/update/6.2-to-6.3.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md
index 94f3c3ecc07..a72a7231b76 100644
--- a/doc/update/6.2-to-6.3.md
+++ b/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
### 6. Update Init script
```bash
-sudo rm /etc/init.d/gitlab
-sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-3-stable/lib/support/init.d/gitlab
+sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod +x /etc/init.d/gitlab
```