Few fixes

This commit is contained in:
Antoine Nguyen
2022-11-08 17:19:23 +01:00
parent 2b5edae5d5
commit 8b1d60ee59
5 changed files with 29 additions and 19 deletions

View File

@@ -101,4 +101,4 @@ class Postfix(base.Installer):
def backup(self, path):
"""Launch postwhite backup."""
backup("postwhite", path)
backup("postwhite", self.config, path)