mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
hosts/windows: don't remove the rdp file, race condition
This commit is contained in:
parent
5b5f10e175
commit
7c8053cb2b
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue