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