Added Arc signing

This commit is contained in:
Spitap
2024-10-31 12:48:50 +01:00
committed by Antoine Nguyen
parent f980d4e86f
commit cd280f054b
3 changed files with 5 additions and 1 deletions

2
run.py
View File

@@ -248,7 +248,7 @@ def main(input_args):
)
if config.get("rspamd", "enabled"):
utils.success(
f"You can also enjoy rspamd at https://{config.get("general", "hostname")} ({config.get("rspamd", "password")})"
f"You can also enjoy rspamd at https://{config.get("general", "hostname")}/rspamd ({config.get("rspamd", "password")})"
)
else:
utils.success(