From 04ed105cb2a9b4c81b040745dee25f70572f1601 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 22 Aug 2008 03:58:44 +0000 Subject: Bug 439192: Add hook to the end of checksetup.pl Patch By Elliotte Martin r=mkanat, a=mkanat --- checksetup.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index d624c8775..6969b5b6b 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -221,6 +221,8 @@ Bugzilla::Install::reset_password($switch{'reset-password'}) Bugzilla::Install::create_default_product(); +Bugzilla::Hook::process('install-before_final_checks', {'silent' => $silent }); + ########################################################################### # Final checks ########################################################################### -- cgit v1.2.3-24-g4f1b