summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-13 23:39:57 +0000
committerColin Smith <colin@pfsense.org>2005-03-13 23:39:57 +0000
commite0dcab6a754e041d17baedaa8a38c4bed37ccc16 (patch)
treea8f29767f9040bf38e29f739327eafc1a32c5b68 /etc
parent068b878421ec75c16ee0506327a199c06c24be62 (diff)
downloadpfsense-e0dcab6a754e041d17baedaa8a38c4bed37ccc16.zip
pfsense-e0dcab6a754e041d17baedaa8a38c4bed37ccc16.tar.gz
Oops, forgot to increment the counter.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index bac9c6b..e5fe6f8 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -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";
}
OpenPOWER on IntegriCloud