mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-15 10:11:08 +00:00
More command cleanup
This commit is contained in:
@@ -17,7 +17,9 @@ class BaseCommand:
|
||||
|
||||
def get_containers(self):
|
||||
"""Get running containers"""
|
||||
return RunningContainers()
|
||||
containers = RunningContainers()
|
||||
containers.this_container.set_config_env('LOG_LEVEL', self.log_level)
|
||||
return containers
|
||||
|
||||
def run(self):
|
||||
"""Run the command"""
|
||||
|
||||
Reference in New Issue
Block a user