diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-12-28 10:21:59 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-12-28 10:21:59 +0000 |
commit | fecae9f2bdf0a15548bdac083a8eab4ae654131b (patch) | |
tree | a5509513608d3aab3794ad34b6e3fa3bc3fad910 /doc | |
parent | 797387c66fc61836aa89b5c7e092b248dd332b29 (diff) | |
parent | 9a166c1ed85dc4ba96cbd43098d71c83bda2a93a (diff) | |
download | gitlab-ce-fecae9f2bdf0a15548bdac083a8eab4ae654131b.tar.gz |
Merge branch 'initscript-duplicate-update' into 'master'
update-init-script was listed two times. removed one without explanation.
`update-init-script` was listed two times. removed one without explanation.
See merge request !2170
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 |