mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
busybox: use /bin/sh instead /bin/bash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f79892e399
commit
7f0a04b638
@ -32,6 +32,6 @@ if [ "$DEBUG" = "yes" ]; then
|
||||
echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
|
||||
echo "###########################################"
|
||||
|
||||
exec /sbin/getty -n -l /bin/bash 38400 tty$TTY &
|
||||
exec /sbin/getty -n -l /bin/sh 38400 tty$TTY &
|
||||
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user