summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 21:30:28 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 21:30:28 -0400
commit8dcdd2130e36a9a894a5a3c44b33f2c45c2afd81 (patch)
treec9839afe752ad61dca7029a5bfbe944c0d6c65e3 /etc
parent15bb64e416b922755c3afed657c95a6388f609af (diff)
downloadpfsense-8dcdd2130e36a9a894a5a3c44b33f2c45c2afd81.zip
pfsense-8dcdd2130e36a9a894a5a3c44b33f2c45c2afd81.tar.gz
Do not \n
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index ed28b4f..e0662a0 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -44,7 +44,7 @@ function rescue_detect_keypress() {
echo "Timeout before auto boot continues (seconds): {$timeout}\n";
$key = null;
while(!in_array($key, array("r","R"))) {
- echo "\033[08m{$timeout}\n";
+ echo "\033[08m{$timeout}";
`/bin/stty -icanon min 0 time 10`;
$key = trim(`KEY=\`dd count=1 2>/dev/null\`; echo \$KEY`);
`/bin/stty icanon`;
OpenPOWER on IntegriCloud