added suppression of progress by default

This commit is contained in:
Matthew Vale
2015-12-03 14:59:46 +00:00
parent 7ce32f11d4
commit fb4edcdd74
3 changed files with 10 additions and 2 deletions

View File

@@ -309,6 +309,8 @@ if(!$install_step) { $install_step = 'select_language'; }
$switch = new install_switch($global_settings);
//$switch->debug = true;
//$system->debug = true;
$switch->echo_progress = true;
$system->echo_progress = true;
$system->install_phase_1();
$switch->install_phase_1();
$system->install_phase_2();