浏览代码

space allowed in db password

version-14
Rushabh Mehta 14 年前
父节点
当前提交
74720f659f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      cgi-bin/webnotes/install_lib/install.py

+ 1
- 1
cgi-bin/webnotes/install_lib/install.py 查看文件

@@ -133,7 +133,7 @@ class Installer:
# import in target
if verbose: print "Starting database import..."
self.dbman.restore_database(target, source_path, self.root_password)
self.dbman.restore_database(target, source_path, self.root_password.replace(' ','\ '))
if verbose: print "Imported from database %s" % source_path

#If source path is passed


正在加载...
取消
保存