extra space

This commit is contained in:
Jay Lee
2016-11-01 12:17:46 -04:00
parent bc64e9a67c
commit 42137297a1

View File

@@ -149,7 +149,7 @@ fi
echo -e "\n" echo -e "\n"
while true; do 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 case $yn in
[Yy]*) break;; [Yy]*) break;;
[Nn]*) touch $target_dir/gam/nobrowser.txt; break;; [Nn]*) touch $target_dir/gam/nobrowser.txt; break;;