guests/debian: Use set -e when configuring networks

This commit is contained in:
Seth Vargo 2016-06-24 21:18:16 -04:00
parent 7a7256b3ab
commit 76bab1932e
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module VagrantPlugins
def self.configure_networks(machine, networks)
comm = machine.communicate
commands = []
commands = ["set -e"]
entries = []
interfaces = machine.guest.capability(:network_interfaces)