summaryrefslogtreecommitdiff
path: root/doc/update/6.2-to-6.3.md
diff options
context:
space:
mode:
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
```