mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +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 "###########################################"
|
echo "###########################################"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
exec /sbin/getty -n -l /bin/bash 38400 tty$TTY
|
exec /sbin/getty -n -l /bin/sh 38400 tty$TTY
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user