mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
Fix description for is_development_instance option
- https://github.com/chatmail/relay/pull/614#discussion_r2269945334 - https://github.com/chatmail/relay/pull/614#discussion_r2269950555
This commit is contained in:
@@ -680,7 +680,7 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None:
|
||||
if host.get_fact(SystemdStatus, services="unbound").get("unbound.service"):
|
||||
process_on_53 = "unbound"
|
||||
if process_on_53 not in (None, "unbound"):
|
||||
Out().red(f"Can't install unbound: port 53 is occupied by: {process_on_53}")
|
||||
Out().red(f"Can't install unbound: port 53 is occupied by: {process_on_53}")
|
||||
exit(1)
|
||||
apt.packages(
|
||||
name="Install unbound",
|
||||
|
||||
Reference in New Issue
Block a user