summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 23:18:29 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 23:18:29 -0400
commit5b0518199123b95334bfcb3915fa2dba7e7550ef (patch)
tree7415d0e908bcd243389e0aa03e509c8541506d64 /etc/rc.bootup
parent8dcdd2130e36a9a894a5a3c44b33f2c45c2afd81 (diff)
downloadpfsense-5b0518199123b95334bfcb3915fa2dba7e7550ef.zip
pfsense-5b0518199123b95334bfcb3915fa2dba7e7550ef.tar.gz
Add missing ;
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e0662a0..c04bb2a 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -40,7 +40,7 @@ function rescue_detect_keypress() {
echo "Recovery mode can assist by rescuing config.xml from a \n";
echo "broken hard disk installation, etc.\n\n";
echo "Alternatively the installer may be invoked now if you do \n";
- echo "not wish to boot into the liveCD environment at this time.\n\n"
+ echo "not wish to boot into the liveCD environment at this time.\n\n";
echo "Timeout before auto boot continues (seconds): {$timeout}\n";
$key = null;
while(!in_array($key, array("r","R"))) {
OpenPOWER on IntegriCloud