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
|
||||||
end
|
end
|
||||||
puts devlist
|
puts devlist
|
||||||
|
File.delete(tmpints)
|
||||||
|
|
||||||
networks.each do |network|
|
networks.each do |network|
|
||||||
intnum = network[:interface]
|
intnum = network[:interface]
|
||||||
|
|
Loading…
Reference in New Issue