summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-16 23:11:19 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-16 23:11:19 -0400
commit01ef30e920436d76c6da004eadb8e28c73e1e2ea (patch)
treebbc9cb8dccf153c795e08dae5596aac24e8b60c8 /etc/rc.bootup
parentf98d3d65735b308a4c4285eba73c39fc24ced441 (diff)
downloadpfsense-01ef30e920436d76c6da004eadb8e28c73e1e2ea.zip
pfsense-01ef30e920436d76c6da004eadb8e28c73e1e2ea.tar.gz
Carriage return if no option selected on recovery console
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 38a26c5..73fecfe 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -74,6 +74,8 @@ function rescue_detect_keypress() {
echo "\n";
touch("/tmp/donotbootup");
exit;
+ } else {
+ echo "\n\n";
}
}
OpenPOWER on IntegriCloud