X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-init-scripts%2Fubuntu-docker-ovs.sh;h=2bcbd073d9cdb8a9bdc7feefa4cea3742a4af6b1;hb=6cfdded5c3df2d391cdafc78f93cd8fad176308c;hp=743255b6975c2575f00207d485e7411f14f7b767;hpb=d5726c1db36c4597159ac0bcac16d8b8718def15;p=releng%2Fbuilder.git diff --git a/jenkins-init-scripts/ubuntu-docker-ovs.sh b/jenkins-init-scripts/ubuntu-docker-ovs.sh index 743255b69..2bcbd073d 100755 --- a/jenkins-init-scripts/ubuntu-docker-ovs.sh +++ b/jenkins-init-scripts/ubuntu-docker-ovs.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # make sure we don't require tty for sudo operations cat </etc/sudoers.d/89-jenkins-user-defaults @@ -14,8 +14,7 @@ sed -i "/127.0.0.1/s/$/\t$(hostname)/" /etc/hosts # Do the final install of OVS that the has to be done at boot time for # some reason due to how the snapshots keep behaving. -dpkg --install /root/openvswitch-datapath-dkms* && \ -dpkg --install /root/openvswitch-{common,switch}* +dpkg --install /root/openvswitch-datapath-dkms* /root/openvswitch-common* /root/openvswitch-switch* # add user jenkins to docker group /usr/sbin/usermod -a -G docker jenkins