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
|
# Launch it
|
||||||
Vagrant::Util::PowerShell.execute("mstsc", config.path)
|
Vagrant::Util::PowerShell.execute("mstsc", config.path)
|
||||||
ensure
|
ensure
|
||||||
if config
|
config.close if config
|
||||||
config.close
|
|
||||||
config.unlink
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue