Installation issue with Path - Documentation
Created by: spuder
The documentation for installing gitlab has the following line:
sudo -u git sh -c 'echo -e "PATH=$PATH:/home/git/bin\nexport PATH" >> /home/git/.profile'
This results in an invalid entry in the .profile file.
Running this command resulted in the following of my .profile cat /home/git/.profile
-e PATH=$PATH:/home/git/bin export PATH
There should not be a '-e' in the file