Darwin: clean up temporary network interface file downloaded from guest

This commit is contained in:
Timothy Sutton 2013-08-06 10:17:52 -04:00
parent 300d151608
commit 78ec8b5809
1 changed files with 1 additions and 0 deletions

View File

@ -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]