RescueSD is the legacy name, we don't use that name anymore.

Signed-off-by: Danct12 <danct12@disroot.org>
This commit is contained in:
Danct12 2020-06-01 20:27:12 +07:00
parent 43277680a0
commit 2337372cfe
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ setup_telnetd() {
echo "Starting telnet daemon..."
{
echo "#!/bin/sh"
echo "echo \"Welcome to Rescue SD Shell!\""
echo "echo \"Welcome to Jumpdrive Shell!\""
echo "sh"
} >/telnet_connect.sh
chmod +x /telnet_connect.sh