Oops, forgot to increment the counter.

This commit is contained in:
Colin Smith 2005-03-13 23:39:57 +00:00
parent 068b878421
commit e0dcab6a75

View File

@ -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";
}