mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
install: fixed typo in mkdir command
This commit is contained in:
parent
2f6963e7e7
commit
eefad0d334
@ -6,7 +6,7 @@
|
||||
# add git user
|
||||
adduser --disabled-login --gecos 'GitLab' git
|
||||
|
||||
sudo -u git -h mkdir -p /home/git/data/.ssh
|
||||
sudo -u git -H mkdir -p /home/git/data/.ssh
|
||||
sudo -u git -H ln -s /home/git/data/.ssh /home/git/.ssh
|
||||
|
||||
# create the data store
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user