Keonik1
2025-08-17 13:06:55 +03:00
parent 4a92e505cf
commit 6425a839ae
2 changed files with 2 additions and 2 deletions

View File

@@ -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",