mirror of https://github.com/hak5/openwrt.git
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
|
||
|
}
|