From 38be0ed79e8643e002b0e0697aba2fb553a78a0b Mon Sep 17 00:00:00 2001 From: Rovanion Luckey <rovanion.luckey@gmail.com> Date: Mon, 9 Dec 2013 14:17:33 +0100 Subject: [PATCH] Fixed security issue. --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 2a86ef1e120..c509088d137 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -281,7 +281,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. Download the init script (will be /etc/init.d/gitlab): - sudo ln -s lib/support/init.d/gitlab /etc/init.d/gitlab + sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab sudo cp lib/support/init.d/gitlab /etc/default/gitlab 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. -- GitLab