diff options
author | Raymii <gitlabcom@relst.nl> | 2015-12-22 05:29:19 +0000 |
---|---|---|
committer | Raymii <gitlabcom@relst.nl> | 2015-12-22 05:29:19 +0000 |
commit | 9a166c1ed85dc4ba96cbd43098d71c83bda2a93a (patch) | |
tree | 75b3655b9e6eb151a2df15d6cee0e72d5753feb0 /doc | |
parent | 25bf3eb8041be93d9003d2cac1323f4d18d317ec (diff) | |
download | gitlab-ce-9a166c1ed85dc4ba96cbd43098d71c83bda2a93a.tar.gz |
`update-init-script` was listed two times. removed one without explanation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/8.2-to-8.3.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/update/8.2-to-8.3.md b/doc/update/8.2-to-8.3.md index c4661dc16af..3748941b781 100644 --- a/doc/update/8.2-to-8.3.md +++ b/doc/update/8.2-to-8.3.md @@ -99,8 +99,6 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production # Clean up assets and cache sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production -# Update init.d script -sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab ``` ### 7. Update configuration files |