A few fixes.

This commit is contained in:
Storm Dragon 2015-04-27 21:55:20 -04:00
parent 0fb28e47e7
commit d0fa54e56a
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ name="Anonymous"
fi
read -n 1 -p "is $name correct? " continue
done
if [ $newHighScore -eq 1 ] ; then
if [ $newHighScore -le 5 ] ; then
read -n 1 -p "Post this score to GNU Social? " answer
if [ "${answer^}" == "Y" ] ; then
read -p "Enter your webfinger, e.g. storm@social.stormdragon.tk: " answer