浏览代码

removes `site17.local` that was mistakenly hard-coded into `check_if_ready_for_barracuda` (#3162)

version-14
tundebabzy 8 年前
committed by Rushabh Mehta
父节点
当前提交
3669c7ae20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/installer.py

+ 1
- 1
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)


正在加载...
取消
保存