summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-06-30 03:59:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-06-30 03:59:47 +0000
commit59de818ef75ff9f0c454b1d3a0be3b5791087c67 (patch)
tree3d49df3c839e9b5907fa906e55640e9ca3e0ded5 /etc/rc.bootup
parentc061e6b99a012d19e0311a0132135b3ebf054c07 (diff)
downloadpfsense-59de818ef75ff9f0c454b1d3a0be3b5791087c67.zip
pfsense-59de818ef75ff9f0c454b1d3a0be3b5791087c67.tar.gz
Add missing ;'s.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 8842279..d94878c 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -284,9 +284,9 @@
if(isset($config['system']['disableconsolemenu']))
touch("/var/etc/console_lockdown");
- echo "Final filter pass..."
+ echo "Final filter pass...";
filter_configure_sync();
- echo "done.\n"
+ echo "done.\n";
/* load graphing functions */
enable_rrd_graphing();
OpenPOWER on IntegriCloud