Add a helpful log statement

This commit is contained in:
Matt McWilliams 2021-08-10 18:42:51 -04:00
parent 5ffb248e6e
commit e90025c7ea
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ax "${number}"
rm -f "${number}"
bash position.sh reset
echo "Are you ready to continue? (yes/no)"
read input
if [ "$input" != "n" ] && [ "$input" != "no" ]
then