summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-08-02 17:12:05 +0000
committerHolger Levsen <holger@layer-acht.org>2016-08-02 19:13:12 +0200
commita9b8e75f5d6462ffa7701f976474f52dfbdb11f8 (patch)
tree0b1e3db8714de2746ab25d55ba5ecc2cc44a2182 /update_jdn.sh
parent17efaff440cf1afffaee0a2effbb04853c04e23e (diff)
downloadjenkins.debian.net-a9b8e75f5d6462ffa7701f976474f52dfbdb11f8.tar.xz
give jenkins-adm a working shell instead of /bin/false
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 71ca96d1..72fa7259 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -80,6 +80,7 @@ user_host_groups['lunar','jenkins']='reproducible'
u_shell['mattia']='/bin/zsh'
+u_shell['jenkins-adm']='/bin/bash'
# get the users out of the user_host_groups array's index
users=$(for i in ${!user_host_groups[@]}; do echo ${i%,*} ; done | sort -u)