From 74970372b6586b336364ac1affac9dd7d22baef1 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 29 Nov 2021 01:47:10 +0100 Subject: [gui] motd --- branding/motd-cli/main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'branding/motd-cli') diff --git a/branding/motd-cli/main.go b/branding/motd-cli/main.go index cea5910..e1842bf 100644 --- a/branding/motd-cli/main.go +++ b/branding/motd-cli/main.go @@ -47,6 +47,9 @@ func main() { fmt.Printf("Platform: %s %v\n", msg.Platform, mark(msg.IsValidPlatform())) fmt.Printf("Urgency: %s %v\n", msg.Urgency, mark(msg.IsValidUrgency())) fmt.Printf("Languages: %d %v\n", len(msg.Text), mark(msg.HasLocalizedText())) + for _, t := range msg.Text { + fmt.Printf(t.Str) + } if !msg.IsValid() { os.Exit(1) } -- cgit v1.2.3