lib/vagrant-qubes/action/createvm.rb in vagrant-qubes-0.0.4 vs lib/vagrant-qubes/action/createvm.rb in vagrant-qubes-0.0.5
- old
+ new
@@ -49,9 +49,10 @@
stdout, stderr, status = Open3.capture3(command)
if status != 0
raise Errors::QRExecError,
message: 'qrexec failed with status' + status.to_s
end
+ env[:machine].id = 1
else
raise Errors::GeneralError,
message: 'guest type ' + config.guest_type + ' is not supported'
return
end
\ No newline at end of file