corrected function name

This commit is contained in:
Matthew Vale 2015-12-03 14:25:33 +00:00
parent 8894c86c16
commit 7ce32f11d4
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ include "root.php";
$this->write_progress("Install phase 1 completed for switch");
}
function install_phase_1() {
function install_phase_2() {
$this->write_progress("Install phase 2 started for switch");
$this->create_config_lua();
$this->restart_switch();