summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-05 16:55:07 -0200
committerRenato Botelho <renato@netgate.com>2016-01-05 16:55:07 -0200
commit5bcad0f5ec57858a6713cfbdbfcdf7004621b01b (patch)
tree18e2c31046645b535c9558832e009c43a46d2156 /src/etc
parentab4e9539558cdb88d153279f65a1b4fbfb205787 (diff)
downloadpfsense-5bcad0f5ec57858a6713cfbdbfcdf7004621b01b.zip
pfsense-5bcad0f5ec57858a6713cfbdbfcdf7004621b01b.tar.gz
Force update if code reaches this point
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc
index e118896..c3f3b5f 100644
--- a/src/etc/inc/pkg-utils.inc
+++ b/src/etc/inc/pkg-utils.inc
@@ -113,7 +113,7 @@ function pkg_update($force = false) {
}
}
- $rc = pkg_call("update");
+ $rc = pkg_call("update -f");
if ($rc) {
file_put_contents($last_update_file, $now . "\n");
OpenPOWER on IntegriCloud