summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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