mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Merge pull request #629 from abevoelker/patch-1
Fix gl-setup PATH warning when executing gl-system-install.
This commit is contained in:
+2
-1
@@ -107,7 +107,8 @@ Get gitolite source code:
|
||||
|
||||
Setup:
|
||||
|
||||
sudo -u git -H /home/git/gitolite/src/gl-system-install
|
||||
sudo -u git sh -c 'echo "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile'
|
||||
sudo -u git -i -H /home/git/gitolite/src/gl-system-install
|
||||
sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub
|
||||
sudo chmod 777 /home/git/gitlab.pub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user