summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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
###########################################################################