2
2
espelhamento de https://git.coolaj86.com/coolaj86/telebit.js.git sincronizado 2026-03-13 20:48:00 +00:00

whitespace fix

Esse commit está contido em:
AJ ONeal 2018-06-05 00:14:49 +00:00
commit e361c48353

Ver arquivo

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