From c9d1acf7abf21ddeeddc3ec16f3912527f8d0ffb Mon Sep 17 00:00:00 2001 From: dbs Date: Sat, 11 Oct 2008 03:53:12 +0000 Subject: [PATCH 1/1] Missed one parameter for the settings. works now. git-svn-id: svn://svn.open-ils.org/ILS/trunk@10824 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/eg_db_config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/eg_db_config.pl b/Open-ILS/src/support-scripts/eg_db_config.pl index cdf88aa65b..f012448c6b 100644 --- a/Open-ILS/src/support-scripts/eg_db_config.pl +++ b/Open-ILS/src/support-scripts/eg_db_config.pl @@ -169,7 +169,7 @@ if ($uconfig) { update_config(\@services, \%settings); } # 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) { -- 2.43.2