mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
firmware: desrever ordering
This commit is contained in:
parent
3cae9845aa
commit
11d49c2385
@ -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? */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user