Merge branch 'fix/20338-start-vm-at-reboot'
This commit is contained in:
commit
f5b03e97ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue