Commit a8768ffb9d39596d8e9da77c879007e8e655fb5d
Exists in
master
and in
4 other branches
Merge pull request #629 from abevoelker/patch-1
Fix gl-setup PATH warning when executing gl-system-install.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
doc/installation.md
@@ -107,7 +107,8 @@ Get gitolite source code: | @@ -107,7 +107,8 @@ Get gitolite source code: | ||
107 | 107 | ||
108 | Setup: | 108 | Setup: |
109 | 109 | ||
110 | - sudo -u git -H /home/git/gitolite/src/gl-system-install | 110 | + sudo -u git sh -c 'echo "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile' |
111 | + sudo -u git -i -H /home/git/gitolite/src/gl-system-install | ||
111 | sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub | 112 | sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub |
112 | sudo chmod 777 /home/git/gitlab.pub | 113 | sudo chmod 777 /home/git/gitlab.pub |
113 | 114 |