2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-03-14 12:10:37 +00:00

use default relay

This commit is contained in:
AJ ONeal 2018-06-02 04:05:12 -06:00
parent aca4342dd1
commit 7e7f419eb8

View File

@ -63,8 +63,9 @@ fi
if [ -z "${my_relay}" ]; then
echo "What relay will you be using? (press enter for default)"
echo ""
read -p "relay [default: wss://telebit.cloud]: " my_relay
read -p "relay [default: wss://www.telebit.cloud]: " my_relay
echo ""
my_relay=${2:-wss://www.telebit.cloud}
# UX - just want a smooth transition
sleep 0.5
fi