mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-27 17:01:41 -05:00
Merge branch 'libvirt-support' into 'master'
Check for libvirt specific shutoff message See merge request !262
This commit is contained in:
@@ -473,7 +473,7 @@ while not ready:
|
||||
sys.exit(1)
|
||||
for line in out.splitlines():
|
||||
if line.startswith("default"):
|
||||
if line.find("poweroff") != -1:
|
||||
if line.find("poweroff") != -1 or line.find("shutoff") != 1:
|
||||
ready = True
|
||||
else:
|
||||
print("Status: " + line)
|
||||
|
||||
Reference in New Issue
Block a user