derp
This commit is contained in:
parent
2a4b0e78f5
commit
12a1b3d97e
|
@ -141,7 +141,7 @@ class RunningContainers:
|
||||||
|
|
||||||
# Keep only containers with backup enabled
|
# Keep only containers with backup enabled
|
||||||
if not container.backup_enabled:
|
if not container.backup_enabled:
|
||||||
container
|
continue
|
||||||
|
|
||||||
# and not oneoffs (started manually with run or similar)
|
# and not oneoffs (started manually with run or similar)
|
||||||
if container.is_oneoff:
|
if container.is_oneoff:
|
||||||
|
|
Loading…
Reference in New Issue