mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Undo last commit. Need to add an additional check for opackage count == 0
This commit is contained in:
parent
0f28864752
commit
46a9f4e13b
@ -114,6 +114,7 @@ if (!is_array($config['widgets'])) {
|
||||
conf_mount_rw();
|
||||
conf_mount_ro();
|
||||
if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") {
|
||||
@unlink('/conf/needs_package_sync');
|
||||
header('Location: pkg_mgr_install.php?mode=reinstallall');
|
||||
exit;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user