summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-20 13:03:59 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-20 13:03:59 +0100
commitdd34d7d239d823921237c4408559e674f5f0c292 (patch)
tree28d60054a3879484ac290fa9d56a76883149d36f
parentaa324852e1fe500a360088e9de5093e48782ee35 (diff)
downloadpfsense-dd34d7d239d823921237c4408559e674f5f0c292.zip
pfsense-dd34d7d239d823921237c4408559e674f5f0c292.tar.gz
Force installation even here.
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 902ee55..066e933 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -1247,7 +1247,7 @@ function pkg_reinstall_all() {
uninstall_package($pkgtodo['name']);
log_error(gettext("Finished uninstalling package") . " {$pkgtodo['name']}");
log_error(gettext("Reinstalling package") . " {$pkgtodo['name']}");
- install_package($pkgtodo['name']);
+ install_package($pkgtodo['name'], '', true);
log_error(gettext("Finished installing package") . " {$pkgtodo['name']}");
}
}
OpenPOWER on IntegriCloud