[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fix typo
Holger Levsen
holger at moszumanska.debian.org
Sun Aug 2 11:46:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 3118933699965fe9467b7d5073eda1c96b69671a
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Aug 2 13:45:37 2015 +0200
fix typo
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index e7a5b8a..cfd41c0 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -32,7 +32,7 @@ fi
for user in helmut holger mattia ; do
if ! getent passwd $user > /dev/null ; then
sudo adduser --gecos "" --disabled-password $user
- if [ "$user" = "holger" ; then
+ if [ "$user" = "holger" ] ; then
sudo usermod -G jenkins,jenkins-adm,sudo,adm $user
else
sudo usermod -G jenkins,jenkins-adm $user
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list