hosts/windows: don't remove the rdp file, race condition

This commit is contained in:
Mitchell Hashimoto 2014-04-12 16:38:01 -07:00
parent 5b5f10e175
commit 7c8053cb2b
1 changed files with 1 additions and 4 deletions

View File

@ -25,10 +25,7 @@ module VagrantPlugins
# Launch it
Vagrant::Util::PowerShell.execute("mstsc", config.path)
ensure
if config
config.close
config.unlink
end
config.close if config
end
end
end