hosts/windows: don't remove the rdp file, race condition
This commit is contained in:
parent
5b5f10e175
commit
7c8053cb2b
|
@ -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 New Issue