install: switch back to the bash shell for git user

This commit is contained in:
Sameer Naik 2014-10-13 20:35:28 +05:30
parent 69b75e6147
commit b7a458d3b1

View File

@ -25,7 +25,7 @@ apt-get install -y gcc g++ make patch pkg-config cmake \
rm -rf /etc/ssh/ssh_host_*_key /etc/ssh/ssh_host_*_key.pub
# add git user
adduser --disabled-login --shell /bin/dash --gecos 'GitLab' git
adduser --disabled-login --gecos 'GitLab' git
passwd -d git
rm -rf /home/git/.ssh