guests/debian: Use set -e when configuring networks
This commit is contained in:
parent
7a7256b3ab
commit
76bab1932e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue