mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
busybox: cleanup shell scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a37e76f99d
commit
4c1e564001
@ -25,13 +25,5 @@
|
||||
TTY="3"
|
||||
|
||||
if [ "$DEBUG" = "yes" ]; then
|
||||
|
||||
echo "###########################################"
|
||||
echo "## it seems we are running in Debug mode ##"
|
||||
echo "## starting debugging shell on console $TTY ##"
|
||||
echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
|
||||
echo "###########################################"
|
||||
|
||||
openvt -w -c $TTY /bin/sh &
|
||||
|
||||
fi
|
||||
|
@ -24,12 +24,6 @@
|
||||
|
||||
TTY="1"
|
||||
|
||||
echo "###########################################"
|
||||
echo "## it seems we are running in Text mode. ##"
|
||||
echo "## .... starting shell on console $TTY .... ##"
|
||||
echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
|
||||
echo "###########################################"
|
||||
|
||||
while true; do
|
||||
openvt -w -c $TTY /bin/sh
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user