From ed1daccbf95ddfbdb433c7045a00a88b22b93e28 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 5 Jun 2018 00:14:49 +0000 Subject: [PATCH] whitespace fix --- usr/share/install_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/install_helper.sh b/usr/share/install_helper.sh index 1c301f7..6b8d324 100644 --- a/usr/share/install_helper.sh +++ b/usr/share/install_helper.sh @@ -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