Skip to content

Commit d2442c3

Browse files
authored
fine-tune: conform to HA norms
1 parent 1595a3e commit d2442c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cmd/banner.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ var bannerCmd = &cobra.Command{
9494
}
9595
time.Sleep(1 * time.Second)
9696
}
97-
fmt.Println("Supervisor is ready!\n\n")
97+
fmt.Println("System is ready! Use browser or app to configure.")
98+
fmt.Println()
9899
}
99100

100-
fmt.Println("System Information:")
101+
fmt.Println("System information:")
101102
netinfo, err := supervisorGet("network", "info")
102103
if err != nil {
103104
fmt.Println(err)

0 commit comments

Comments
 (0)