summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-20 13:02:49 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-20 13:02:49 +0100
commitaa324852e1fe500a360088e9de5093e48782ee35 (patch)
tree3f5fbef5d32257713457fa39de8de1f9b0afa187 /usr/local/www/pkg_mgr_install.php
parentb85d9c61fd237ba006ce959e8a0d84199d5189a1 (diff)
downloadpfsense-aa324852e1fe500a360088e9de5093e48782ee35.zip
pfsense-aa324852e1fe500a360088e9de5093e48782ee35.tar.gz
Force pkg reinstall when asked for.
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rw-r--r--usr/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 7d14bf5..4076093 100644
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -256,7 +256,7 @@ if ($_GET) {
if($pkgtodo['name']) {
update_output_window($static_output);
uninstall_package($pkgtodo['name']);
- install_package($pkgtodo['name']);
+ install_package($pkgtodo['name'], '', true);
}
}
update_status(gettext("All packages reinstalled."));
OpenPOWER on IntegriCloud