summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bk_tests/bk_container_prep.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/bk_tests/bk_container_prep.sh b/scripts/bk_tests/bk_container_prep.sh
index 3b0e68efb0..4e5a4eb435 100755
--- a/scripts/bk_tests/bk_container_prep.sh
+++ b/scripts/bk_tests/bk_container_prep.sh
@@ -2,10 +2,11 @@
# make sure we have the network tools in place for various network specs
if [ -f /etc/debian_version ]; then
- apt-get update -y && apt-get install -y net-tools iproute2
- touch /etc/network/interfaces
+ apt-get update -y && apt-get install -y net-tools iproute2
+ mkdir -p /etc/network/interfaces.d
+ touch /etc/network/interfaces
else
- yum install -y net-tools
+ yum install -y net-tools
fi
# make sure we have the omnibus_overrides specified version of rubygems / bundler