Skip to content

Commit

Permalink
fix git-user (provide shell)
Browse files Browse the repository at this point in the history
  • Loading branch information
Finkregh committed Mar 28, 2013
1 parent 8b3318e commit 7768658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install/installation.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Install the Bundler Gem:


Create a `git` user for Gitlab: Create a `git` user for Gitlab:


sudo adduser --group --disabled-login --system --gecos 'GitLab' git sudo adduser --group --shell /bin/bash --disabled-login --system --gecos 'GitLab' git




# 4. GitLab shell # 4. GitLab shell
Expand Down

0 comments on commit 7768658

Please sign in to comment.