summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 547d00b..ed28b4f 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -45,9 +45,9 @@ function rescue_detect_keypress() {
$key = null;
while(!in_array($key, array("r","R"))) {
echo "\033[08m{$timeout}\n";
- `stty -icanon min 0 time 10`;
+ `/bin/stty -icanon min 0 time 10`;
$key = trim(`KEY=\`dd count=1 2>/dev/null\`; echo \$KEY`);
- `stty icanon`;
+ `/bin/stty icanon`;
// Decrement our timeout value
$timeout--;
// If we have reached 0 exit and continue on
OpenPOWER on IntegriCloud