Fixed file path for rspamd
This commit is contained in:
@@ -141,8 +141,7 @@ class Rspamd(base.Installer):
|
||||
if os.path.isfile(os.path.join(custom_config_dir, f))
|
||||
]
|
||||
for file in local_files:
|
||||
print(file)
|
||||
utils.copy_file(file, path)
|
||||
utils.copy_file(file, os.path.join(path, file))
|
||||
if len(local_files) != 0:
|
||||
utils.success("Rspamd custom configuration saved!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user