mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
pkg-utils do not clear first part of installation log.
This commit is contained in:
parent
6ae8c4f281
commit
206c15cc91
@ -823,7 +823,7 @@ function install_package_xml($pkg) {
|
||||
*/
|
||||
$missing_include = false;
|
||||
if($pkg_config['include_file'] <> "") {
|
||||
$static_output = gettext("Loading package instructions...") . "\n";
|
||||
$static_output .= gettext("Loading package instructions...") . "\n";
|
||||
update_output_window($static_output);
|
||||
pkg_debug("require_once('{$pkg_config['include_file']}')\n");
|
||||
if (file_exists($pkg_config['include_file']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user