mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
write_config() log what package was installed (I hope this is right)
This commit is contained in:
parent
a9d497234c
commit
eb8a0c24d5
@ -314,7 +314,7 @@ foreach ($packages_to_install as $id) {
|
||||
if(!$_GET['mode'] == "reinstallall") {
|
||||
update_output_window("Saving updated package information ...");
|
||||
fwrite($fd_log, "Saving updated package information ...\n");
|
||||
write_config();
|
||||
write_config("Installed package {$pkgent['name']}");
|
||||
}
|
||||
|
||||
update_progress_bar($pb_percent);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user