@@ -1044,14 +1044,6 @@ flags, and YAML configuration. The precedence is as follows:
1044
1044
}
1045
1045
}()
1046
1046
1047
- hasFirstUser ,err := client .HasFirstUser (ctx )
1048
- if err != nil {
1049
- cmd .Println ("\n Failed to check for the first user: " + err .Error ())
1050
- }else if ! hasFirstUser {
1051
- cmd .Println ("\n Get started by creating the first user (in a new terminal):" )
1052
- cmd .Println (cliui .Styles .Code .Render ("coder login " + cfg .AccessURL .String ()))
1053
- }
1054
-
1055
1047
cmd .Println ("\n ==> Logs will stream in below (press ctrl+c to gracefully exit):" )
1056
1048
1057
1049
// Updates the systemd status from activating to activated.
@@ -1367,7 +1359,7 @@ func printLogo(cmd *cobra.Command) {
1367
1359
return
1368
1360
}
1369
1361
1370
- _ ,_ = fmt .Fprintf (cmd .OutOrStdout (),"%s -Software development on your infrastucture \n " ,cliui .Styles .Bold .Render ("Coder " + buildinfo .Version ()))
1362
+ _ ,_ = fmt .Fprintf (cmd .OutOrStdout (),"%s -Your Self-Hosted Remote Development Platform \n " ,cliui .Styles .Bold .Render ("Coder " + buildinfo .Version ()))
1371
1363
}
1372
1364
1373
1365
func loadCertificates (tlsCertFiles ,tlsKeyFiles []string ) ([]tls.Certificate ,error ) {