mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-02-24 09:28:16 +00:00
www.telebit.cloud => telebit.cloud
This commit is contained in:
parent
96983d53ca
commit
a5eb4e4a25
@ -94,10 +94,10 @@ if [ -z "${my_relay}" ]; then
|
||||
echo "What self-hosted relay will you be using?"
|
||||
#echo "What relay will you be using? (press enter for default)"
|
||||
echo ""
|
||||
#$read_cmd -p "relay [default: wss://www.telebit.cloud]: " my_relay
|
||||
#$read_cmd -p "relay [default: wss://telebit.cloud]: " my_relay
|
||||
$read_cmd -p "relay: " my_relay
|
||||
echo ""
|
||||
my_relay=${my_relay:-wss://www.telebit.cloud}
|
||||
my_relay=${my_relay:-wss://telebit.cloud}
|
||||
# UX - just want a smooth transition
|
||||
sleep 0.5
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user