diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-06-30 03:59:47 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-06-30 03:59:47 +0000 |
commit | 59de818ef75ff9f0c454b1d3a0be3b5791087c67 (patch) | |
tree | 3d49df3c839e9b5907fa906e55640e9ca3e0ded5 /etc/rc.bootup | |
parent | c061e6b99a012d19e0311a0132135b3ebf054c07 (diff) | |
download | pfsense-59de818ef75ff9f0c454b1d3a0be3b5791087c67.zip pfsense-59de818ef75ff9f0c454b1d3a0be3b5791087c67.tar.gz |
Add missing ;'s.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 4 |
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(); |