summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-08-02 17:04:18 +0000
committerHolger Levsen <holger@layer-acht.org>2016-08-02 19:05:05 +0200
commit17efaff440cf1afffaee0a2effbb04853c04e23e (patch)
treefce46464e70ed5633cf22f1801410c5790cbb1cc /update_jdn.sh
parent0c4c723632ed739f188a7bdd8bfcbb68bccdd860 (diff)
downloadjenkins.debian.net-17efaff440cf1afffaee0a2effbb04853c04e23e.tar.xz
fixup previous commit
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 6e965caa..71ca96d1 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -54,7 +54,7 @@ if ! getent passwd jenkins-adm > /dev/null ; then
sudo adduser --system --shell /bin/bash --hone /home/jenkins-adm --ingroup jenkins-adm --disabled-login jenkins-adm
sudo usermod -G jenkins jenkins-adm
fi
-if [ ! -d /home/jenkins-adm ];
+if [ ! -d /home/jenkins-adm ]; then
sudo mkdir /home/jenkins-adm
sudo chown jenkins-adm.jenkins-adm /home/jenkins-adm
fi