mirror of
https://github.com/donl/gPanel.git
synced 2026-05-27 06:18:06 -06:00
removing the redundent newline warnings
This commit is contained in:
parent
7f5b8b6420
commit
b4e16a6841
1 changed files with 2 additions and 2 deletions
|
|
@ -35,6 +35,6 @@ func (con *Controller) setDefaults() {
|
|||
return
|
||||
}
|
||||
|
||||
fmt.Println("Since there are no stored users for the server upon startup the default user \"root\" has been set with the password \"root\"\n")
|
||||
fmt.Println("Upon your first time logging into the gPanel Server please either create a new user and delete the user root, or change the user root's password to something more secure.\n")
|
||||
fmt.Print("Since there are no stored users for the server upon startup the default user \"root\" has been set with the password \"root\"\n\n")
|
||||
fmt.Print("Upon your first time logging into the gPanel Server please either create a new user and delete the user root, or change the user root's password to something more secure.\n\n")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue