mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
extra space
This commit is contained in:
@@ -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;;
|
||||||
|
|||||||
Reference in New Issue
Block a user