added save_switch_xml during install

This commit is contained in:
Matthew Vale
2015-12-03 13:36:43 +00:00
parent e036c88c99
commit 875f0a6262
3 changed files with 3 additions and 6 deletions

View File

@@ -186,6 +186,7 @@ include "root.php";
$this->copy_conf();
$this->copy_scripts();
$this->create_config_lua();
save_switch_xml();
$this->restart_switch();
$this->write_progress("Install completed for switch");
}