Fixed file path for rspamd

This commit is contained in:
Spitap
2025-11-01 17:23:53 +01:00
parent 3e5b9ab310
commit 9c0052c274

View File

@@ -141,8 +141,7 @@ class Rspamd(base.Installer):
if os.path.isfile(os.path.join(custom_config_dir, f)) if os.path.isfile(os.path.join(custom_config_dir, f))
] ]
for file in local_files: for file in local_files:
print(file) utils.copy_file(file, os.path.join(path, file))
utils.copy_file(file, path)
if len(local_files) != 0: if len(local_files) != 0:
utils.success("Rspamd custom configuration saved!") utils.success("Rspamd custom configuration saved!")