summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-02 17:46:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-02 17:46:33 +0000
commite0f91f5f3461ff2f5a73a18e418d9d92895af1e2 (patch)
treea0da119cba7b88b88a5aa426cadfcf27878e9ab2 /etc
parent1641e931b68abe41d3b6f332bb84c2bfe58a9c48 (diff)
downloadpfsense-e0f91f5f3461ff2f5a73a18e418d9d92895af1e2.zip
pfsense-e0f91f5f3461ff2f5a73a18e418d9d92895af1e2.tar.gz
Missing } on newly added resync_all_package_configs_bootup()
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 39b0890..384ee04 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -554,4 +554,6 @@ function resync_all_package_configs_bootup() {
// XXX: process template as well.
print "Synced " . $package . ".\n";
}
-?>
+}
+
+?> \ No newline at end of file
OpenPOWER on IntegriCloud