From: dbs Date: Sat, 11 Oct 2008 03:53:12 +0000 (+0000) Subject: Missed one parameter for the settings. works now. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c9d1acf7abf21ddeeddc3ec16f3912527f8d0ffb;p=Evergreen.git Missed one parameter for the settings. works now. git-svn-id: svn://svn.open-ils.org/ILS/trunk@10824 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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) {