From 8d5777db1ddf6f9ce407447353cc846078314713 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 12 Nov 2007 15:49:07 -0600 Subject: [PATCH] Changed path to updatedatabase.pl to dbms specific dir Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- installer/install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.pl b/installer/install.pl index 3f4ef7e5b7..8105c821bb 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -596,7 +596,7 @@ elsif ( $step && $step == 3 ) { # #Do updatedatabase And report my $execstring = - C4::Context->config("intranetdir") . "/installer/updatedatabase.pl"; + C4::Context->config("intranetdir") . "/installer/data/$info{dbms}/updatedatabase.pl"; undef $/; my $string = qx($execstring 2>&1 1>/dev/null); # added '1>/dev/null' to return only stderr in $string. Needs testing here. -fbcit if ($string) { -- 2.39.5