diff --git a/modoboa_installer/scripts/postwhite.py b/modoboa_installer/scripts/postwhite.py index a8aaa49..02ccc36 100644 --- a/modoboa_installer/scripts/postwhite.py +++ b/modoboa_installer/scripts/postwhite.py @@ -52,7 +52,6 @@ class Postwhite(base.Installer): self.postw_bin = os.path.join(self.postw_dir, "postwhite") utils.exec_cmd("{} /etc/postwhite.conf".format(self.postw_bin)) - def custom_backup(self, path): """Backup custom configuration if any.""" postswhite_custom = "/etc/postwhite.conf"