[open-ils-commits] r10824 - trunk/Open-ILS/src/support-scripts
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 10 23:53:14 EDT 2008
Author: dbs
Date: 2008-10-10 23:53:12 -0400 (Fri, 10 Oct 2008)
New Revision: 10824
Modified:
trunk/Open-ILS/src/support-scripts/eg_db_config.pl
Log:
Missed one parameter for the settings. works now.
Modified: trunk/Open-ILS/src/support-scripts/eg_db_config.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/eg_db_config.pl 2008-10-11 03:36:43 UTC (rev 10823)
+++ trunk/Open-ILS/src/support-scripts/eg_db_config.pl 2008-10-11 03:53:12 UTC (rev 10824)
@@ -169,7 +169,7 @@
# Get our settings from the config file
get_settings(\%settings);
-if ($cschema) { create_schema(); }
+if ($cschema) { create_schema(\%settings); }
if ($bootstrap) { create_db_bootstrap($bootstrap_file, \%settings); }
if ((!$cschema && !$uconfig && !$bootstrap) || $help) {
More information about the open-ils-commits
mailing list