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

This commit is contained in:
Daniel Dehennin 2017-05-10 17:28:58 +02:00
commit f5b03e97ef
1 changed files with 1 additions and 1 deletions

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