Run upgrade to call app defaults.

This commit is contained in:
markjcrane 2016-04-03 13:46:46 -06:00
parent 8edbc9d774
commit bd1f5b4388
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,11 @@ include "root.php";
function install_phase_2() {
$this->write_progress("Install phase 2 started for switch");
//$this->create_config_lua();
//run all app_defaults.php files
$domain = new domains;
$domain->upgrade();
$this->restart_switch();
$this->write_progress("Install phase 2 completed for switch");
}