提交 d406612e 编写于 作者: J Jesse Glick

Merge pull request #591 from petere/debian-gecos

debian: Fill in gecos field for jenkins user
......@@ -30,6 +30,7 @@ case "$1" in
if ! id $JENKINS_USER > /dev/null 2>&1 ; then
adduser --system --home /var/lib/jenkins --no-create-home \
--ingroup nogroup --disabled-password --shell /bin/bash \
--gecos 'Jenkins' \
$JENKINS_USER
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册