Commit bdfe6bfc authored by Franco Fichtner's avatar Franco Fichtner

rc: move convert_config() to first place, new code depends on it

parent 804d915b
...@@ -35,6 +35,8 @@ require_once 'config.inc'; ...@@ -35,6 +35,8 @@ require_once 'config.inc';
require_once 'util.inc'; require_once 'util.inc';
require_once 'system.inc'; require_once 'system.inc';
/* upgrade config before doing anything else */
convert_config(true);
system_firmware_configure(); system_firmware_configure();
system_console_configure(); system_console_configure();
convert_config(true);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment