Przeglądaj źródła

space allowed in db password

version-14
Rushabh Mehta 14 lat temu
rodzic
commit
74720f659f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      cgi-bin/webnotes/install_lib/install.py

+ 1
- 1
cgi-bin/webnotes/install_lib/install.py Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz