Darwin: clean up temporary network interface file downloaded from guest
This commit is contained in:
parent
300d151608
commit
78ec8b5809
|
@ -34,6 +34,7 @@ module VagrantPlugins
|
|||
end
|
||||
end
|
||||
puts devlist
|
||||
File.delete(tmpints)
|
||||
|
||||
networks.each do |network|
|
||||
intnum = network[:interface]
|
||||
|
|
Loading…
Reference in New Issue