mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
busybox: make telnet server working
This commit is contained in:
parent
4c90144529
commit
5222606ad6
@ -6,11 +6,7 @@
|
||||
|
||||
. /etc/sysconfig
|
||||
|
||||
# get options
|
||||
test -f /etc/network || exit 1
|
||||
. /etc/network
|
||||
|
||||
if test "$TELNET_SERVER" = "yes" -a -f /etc/issue; then
|
||||
if test "$OE_START_TELNETSERVER" = "yes" -a -f /etc/issue; then
|
||||
progress "Starting telnet daemon"
|
||||
telnetd -f /etc/issue >/dev/null 2>&1 &
|
||||
fi
|
||||
|
@ -1,3 +1,5 @@
|
||||
ISSUE="Welcome to OpenELEC - the powerfull Mediacenter4you"
|
||||
|
||||
# Mediacenter to use (moovida / mythtv)
|
||||
MEDIACENTER=moovida
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user