summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/installer.php')
-rw-r--r--usr/local/www/installer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index c331cfb..4885495 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -602,6 +602,7 @@ function installer_custom() {
<img src="/themes/{$g['theme']}/images/misc/loader.gif"> Probing disks, please wait...
</div>
EOF;
+ ob_flush();
$disks = installer_find_all_disks();
if(!$disks) {
$custom_txt = gettext("WARNING: Could not find any suitable disks for installation.");
OpenPOWER on IntegriCloud