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
if options[:action] == "resume"
File.truncate(RUNVMFILE, 0)
File.truncate(RUNVMFILE, 0) if File.exists?(RUNVMFILE)
end
rescue Exception => e
puts e.message