mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Force update if code reaches this point
This commit is contained in:
parent
ab4e953955
commit
5bcad0f5ec
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user