removes site17.local that was mistakenly hard-coded into check_if_ready_for_barracuda (#3162)
This commit is contained in:
parent
6b3abac496
commit
3669c7ae20
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ def check_if_ready_for_barracuda():
|
|||
msg = ("Creation of your site - {x} failed because MariaDB is not properly {sep}"
|
||||
"configured to use the Barracuda storage engine. {sep}"
|
||||
"Please add the settings below to MariaDB's my.cnf, restart MariaDB then {sep}"
|
||||
"run `bench new-site site17.local` again.{sep2}"
|
||||
"run `bench new-site {x}` again.{sep2}"
|
||||
"").format(x=site, sep2="\n"*2, sep="\n")
|
||||
|
||||
print_db_config(msg, expected_config_for_barracuda)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue