Commit 2d7698a6 authored by Franco Fichtner's avatar Franco Fichtner

rc: we only care about config migration messages on pkg upgrade

parent bdfe6bfc
...@@ -96,7 +96,7 @@ if ($setup_installer) { ...@@ -96,7 +96,7 @@ if ($setup_installer) {
echo "Loading configuration..."; echo "Loading configuration...";
global $config; global $config;
$config = parse_config(); $config = parse_config();
convert_config(true); convert_config();
echo "done.\n"; echo "done.\n";
/* /*
......
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