Commit 11d49c23 authored by Franco Fichtner's avatar Franco Fichtner

firmware: desrever ordering

parent 3cae9845
......@@ -825,7 +825,7 @@ function system_webgui_start()
}
$pkg_config .= $pkg_line . PHP_EOL;
}
file_put_contents($pkg_config, '/usr/local/etc/pkg/repos/OPNsense.conf');
file_put_contents('/usr/local/etc/pkg/repos/OPNsense.conf', $pkg_config);
}
/* non-standard port? */
......
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