Merge pull request #629 from abevoelker/patch-1

Fix gl-setup PATH warning when executing gl-system-install.
This commit is contained in:
Valeriy Sizov 2012-04-01 11:16:38 -07:00
commit a8768ffb9d

View file

@ -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