From 3669c7ae20e3d2f3033fead33fca05176fa7a38b Mon Sep 17 00:00:00 2001 From: tundebabzy Date: Tue, 25 Apr 2017 13:59:31 +0100 Subject: [PATCH] removes `site17.local` that was mistakenly hard-coded into `check_if_ready_for_barracuda` (#3162) --- frappe/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/installer.py b/frappe/installer.py index 3a14067156..a3498d9504 100755 --- a/frappe/installer.py +++ b/frappe/installer.py @@ -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)