Skip to content

Commit

Permalink
RescueSD is the legacy name, we don't use that name anymore.
Browse files Browse the repository at this point in the history
Signed-off-by: Danct12 <[email protected]>
  • Loading branch information
Danct12 committed Jun 1, 2020
1 parent 4327768 commit 2337372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initramfs/init_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2337372

Please sign in to comment.