summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index e5cdf14..06522c2 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -186,6 +186,7 @@ switch($_GET['mode']) {
case "reinstallpkg":
update_status(gettext("Reinstalling package {$_GET['pkg']}"));
uninstall_package($_GET['pkg']);
+ update_output_window($static_output);
default:
$status = install_package(htmlspecialchars($_GET['id']));
if($status == -1) {
OpenPOWER on IntegriCloud