We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576243c commit 8408f1eCopy full SHA for 8408f1e
1 file changed
assets/build/install.sh
@@ -76,7 +76,7 @@ rm -rf /etc/ssh/ssh_host_*_key /etc/ssh/ssh_host_*_key.pub
76
# add ${GITLAB_USER} user
77
deluser --remove-home ubuntu
78
addgroup --gid 1000 git
79
-adduser --uid 1000 --gid 1000 --gecos 'GitLab' ${GITLAB_USER}
+adduser --uid 1000 --gid 1000 --disabled-password --gecos 'GitLab' ${GITLAB_USER}
80
passwd -d ${GITLAB_USER}
81
82
# set PATH (fixes cron job PATH issues)
0 commit comments