dom0/core: do start already started but paused VM
This commit is contained in:
parent
7051960d6a
commit
aa97910d49
@ -1391,7 +1391,7 @@ class QubesVm(object):
|
||||
if user is None:
|
||||
user = self.default_user
|
||||
null = None
|
||||
if not self.is_running():
|
||||
if not self.is_running() and not self.is_paused():
|
||||
if not autostart:
|
||||
raise QubesException("VM not running")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user