Update gam-install.sh

This commit is contained in:
Jay Lee
2017-04-24 13:00:16 -04:00
committed by GitHub
parent c462216be7
commit ee44ba67cf

View File

@ -201,7 +201,7 @@ while true; do
break
;;
[Nn]*)
touch $target_dir/gam/nobrowser.txt > /dev/null 2>&1
touch "$target_dir/gam/nobrowser.txt" > /dev/null 2>&1
break
;;
*)