mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
busybox: use /bin/sh anstead /bin/bash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7af059d59f
commit
f79892e399
@ -31,5 +31,5 @@ echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
|
||||
echo "###########################################"
|
||||
|
||||
while true; do
|
||||
exec /sbin/getty -n -l /bin/bash 38400 tty$TTY
|
||||
exec /sbin/getty -n -l /bin/sh 38400 tty$TTY
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user