mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Oops, forgot to increment the counter.
This commit is contained in:
parent
068b878421
commit
e0dcab6a75
@ -570,6 +570,7 @@ function resync_all_package_configs_bootup($show_message) {
|
||||
foreach($config['installedpackages']['package'] as $package) {
|
||||
if($show_message == true) print " " . $package['name'];
|
||||
sync_package($i, true, true);
|
||||
$i++;
|
||||
}
|
||||
if($show_message == true) print ".\n";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user