Commit 38be0ed79e8643e002b0e0697aba2fb553a78a0b

Authored by Rovanion Luckey
1 parent 29cb573b

Fixed security issue.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -281,7 +281,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
281 281  
282 282 Download the init script (will be /etc/init.d/gitlab):
283 283  
284   - sudo ln -s lib/support/init.d/gitlab /etc/init.d/gitlab
  284 + sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
285 285 sudo cp lib/support/init.d/gitlab /etc/default/gitlab
286 286  
287 287 If you installed gitlab in another directory or as a user other than the default you should change these settings in /etc/default/gitlab. Do not edit /etc/init.d/gitlab as it will be changed on upgrade.
... ...