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))
|
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!")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user