From 76c3316f02dc05a4e4d2244516a2328dc9d85350 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 19 Dec 2023 17:24:43 +0100 Subject: [PATCH] cmdeploy init: make output green if DNS is correct --- cmdeploy/src/cmdeploy/dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/dns.py b/cmdeploy/src/cmdeploy/dns.py index 2e07bd52..528b82e1 100644 --- a/cmdeploy/src/cmdeploy/dns.py +++ b/cmdeploy/src/cmdeploy/dns.py @@ -205,5 +205,5 @@ def check_necessary_dns(out, mail_domain): print(line) print() else: - print("\nAll necessary DNS entries seem to be set.") + dns.out.green("\nAll necessary DNS entries seem to be set.") return True