We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1595a3e commit d2442c3Copy full SHA for d2442c3
1 file changed
cmd/banner.go
@@ -94,10 +94,11 @@ var bannerCmd = &cobra.Command{
94
}
95
time.Sleep(1 * time.Second)
96
97
- fmt.Println("Supervisor is ready!\n\n")
+ fmt.Println("System is ready! Use browser or app to configure.")
98
+ fmt.Println()
99
100
- fmt.Println("System Information:")
101
+ fmt.Println("System information:")
102
netinfo, err := supervisorGet("network", "info")
103
if err != nil {
104
fmt.Println(err)
0 commit comments