Skip to content
Snippets Groups Projects
Commit 64eaccf1 authored by Felix Eckhofer's avatar Felix Eckhofer
Browse files

Update init script only once

The init script is already being updated in section 6.
parent 9bfd6c44
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -85,11 +85,10 @@ sudo -u git -H git checkout 0.4.2
sudo -u git -H make
```
 
Update the GitLab init script and 'default' file.
Update the GitLab 'default' file.
 
```
cd /home/git/gitlab
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
test -e /etc/default/gitlab && \
sudo sed -i.pre-8.2 's/^\([^=]*\)gitlab_git_http_server/\1gitlab_workhorse/' /etc/default/gitlab
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment