fix: use bold text for "DB must already exist" warning in installer
This commit is contained in:
parent
a6e8e12156
commit
51d22df1c9
1 changed files with 2 additions and 2 deletions
|
|
@ -146,8 +146,8 @@ class InstallHandler(GenericHandler):
|
||||||
self.rprint(f"\n\t[blue]Welcome to {self.app.get_title()}![/blue]")
|
self.rprint(f"\n\t[blue]Welcome to {self.app.get_title()}![/blue]")
|
||||||
self.rprint("\n\tThis tool will install and configure the app.")
|
self.rprint("\n\tThis tool will install and configure the app.")
|
||||||
self.rprint(
|
self.rprint(
|
||||||
"\n\t[italic]NB. You should already have created "
|
"\n\t[bold italic]NB. You should already have created "
|
||||||
"the database in PostgreSQL or MySQL.[/italic]"
|
"the database in PostgreSQL or MySQL.[/bold italic]"
|
||||||
)
|
)
|
||||||
|
|
||||||
# shall we continue?
|
# shall we continue?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue