summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-22 16:26:38 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-22 16:26:38 -0400
commit22af75a3af0b55904f45e6ea001c5b05fa09291a (patch)
tree01e4eec66e1fcbe4e35441e5baa09bf42e4476d8 /etc/rc.bootup
parent055abc57879dc03ffa45b9a2b593a55aa4a79a86 (diff)
downloadpfsense-22af75a3af0b55904f45e6ea001c5b05fa09291a.zip
pfsense-22af75a3af0b55904f45e6ea001c5b05fa09291a.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 b8c9f89..027582f 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -42,7 +42,7 @@ function rescue_detect_keypress() {
echo "from a broken hard disk installation, etc.\n\n";
echo "(I)nstaller may be invoked now if you do \n";
echo "not wish to boot into the liveCD environment at this time.\n";
- echo "(C) continues the LiveCD bootup without further pause.\n\n"
+ echo "(C) continues the LiveCD bootup without further pause.\n\n";
echo "Timeout before auto boot continues (seconds): {$timeout}";
$key = null;
exec("/bin/stty erase " . chr(8));
OpenPOWER on IntegriCloud