Formatting

This commit is contained in:
Bob Mottram 2016-11-20 18:38:42 +00:00
parent 2ee1b25c78
commit 9e33923521
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ function configure_interactive_lychee {
get_mariadb_password
dialog --title $"Lychee Configuration" \
--msgbox $"You can initially install the system with\n\n Username: root\n Password: $MARIADB_PASSWORD" 10 70
--msgbox $"\nYou can initially install the system with:\n\n Username: root\n Password: $MARIADB_PASSWORD" 10 70
}