Merge branch 'fix/20338-start-vm-at-reboot'

This commit is contained in:
Daniel Dehennin
2017-05-10 17:28:58 +02:00

View File

@ -221,7 +221,7 @@ begin
end end
end end
if options[:action] == "resume" if options[:action] == "resume"
File.truncate(RUNVMFILE, 0) File.truncate(RUNVMFILE, 0) if File.exists?(RUNVMFILE)
end end
rescue Exception => e rescue Exception => e
puts e.message puts e.message