summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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