whitespace fix

This commit is contained in:
AJ ONeal 2018-06-05 00:14:49 +00:00
parent deb9873333
commit ed1daccbf9
1 changed files with 1 additions and 1 deletions

View File

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