summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 9f5d4d0..a2c2cea 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -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);
OpenPOWER on IntegriCloud