RescueSD is the legacy name, we don't use that name anymore.
Signed-off-by: Danct12 <danct12@disroot.org>
This commit is contained in:
parent
43277680a0
commit
2337372cfe
|
@ -81,7 +81,7 @@ setup_telnetd() {
|
||||||
echo "Starting telnet daemon..."
|
echo "Starting telnet daemon..."
|
||||||
{
|
{
|
||||||
echo "#!/bin/sh"
|
echo "#!/bin/sh"
|
||||||
echo "echo \"Welcome to Rescue SD Shell!\""
|
echo "echo \"Welcome to Jumpdrive Shell!\""
|
||||||
echo "sh"
|
echo "sh"
|
||||||
} >/telnet_connect.sh
|
} >/telnet_connect.sh
|
||||||
chmod +x /telnet_connect.sh
|
chmod +x /telnet_connect.sh
|
||||||
|
|
Loading…
Reference in New Issue