summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-08-22 05:58:44 +0200
committermkanat%bugzilla.org <>2008-08-22 05:58:44 +0200
commit04ed105cb2a9b4c81b040745dee25f70572f1601 (patch)
tree780df483fd8a75621aefd898703a256a0e0cdb71 /checksetup.pl
parent54bbf193e80b46859d9aacf62a5f05081f3f143b (diff)
downloadbugzilla-04ed105cb2a9b4c81b040745dee25f70572f1601.tar.gz
bugzilla-04ed105cb2a9b4c81b040745dee25f70572f1601.tar.xz
Bug 439192: Add hook to the end of checksetup.pl
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 2 insertions, 0 deletions
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
###########################################################################