diff --git a/core/install/resources/classes/install_switch.php b/core/install/resources/classes/install_switch.php index 27efa25e3c..bdf9a2c48b 100644 --- a/core/install/resources/classes/install_switch.php +++ b/core/install/resources/classes/install_switch.php @@ -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();