From 42137297a18568b782e76a6286a7a1ecb67cef38 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Nov 2016 12:17:46 -0400 Subject: [PATCH] extra space --- src/gam-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index cbf2cb89..b9d6473e 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -149,7 +149,7 @@ fi echo -e "\n" while true; do - read -p "Can you run a full browser on this machine? (usually Y for MacOS, N for Linux if you SSH into this machine) " yn + read -p "Can you run a full browser on this machine? (usually Y for MacOS, N for Linux if you SSH into this machine) " yn case $yn in [Yy]*) break;; [Nn]*) touch $target_dir/gam/nobrowser.txt; break;;