diff options
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 76f364c5..58f63dd6 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -78,7 +78,7 @@ for user in helmut holger mattia lunar phil ; do sudo usermod -G $extra_groups $user done -if [ "$HOSTNAME" = "jenkins-test-vm" ] ; then +if [ "$HOSTNAME" = "jenkins-test-vm" ] || [ "$HOSTNAME" = "profitbricks-build10-amd64" ] ; then # jenkins needs access to libvirt sudo adduser jenkins libvirt sudo adduser jenkins libvirt-qemu |