mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 01:36:16 +02:00
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
|
#!/bin/sh
|
||
|
[ -z "$FAILSAFE" ] || {
|
||
|
echo /bin/true > /proc/sys/kernel/hotplug
|
||
|
telnetd -l /bin/login <> /dev/null 2>&1
|
||
|
}
|