add correct path to rebuild-keys doc

This commit is contained in:
Job van der Voort 2014-11-20 12:22:46 +01:00
parent c4fc734e78
commit a72a919ae5
1 changed files with 2 additions and 1 deletions

View File

@ -128,13 +128,14 @@ sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites
In some case it is necessary to rebuild the `authorized_keys` file.
For Omnibus-packages
For Omnibus-packages:
```
sudo gitlab-rake gitlab:shell:setup
```
For installations from source:
```
cd /home/git/gitlab
sudo -u git -H bundle exec rake gitlab:shell:setup RAILS_ENV=production
```