summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)