diff --git a/Furaffinity/fa.sh b/Furaffinity/fa.sh index 578bca9..e5746b7 100755 --- a/Furaffinity/fa.sh +++ b/Furaffinity/fa.sh @@ -147,9 +147,9 @@ done echo "viewed $counts pages so far." read -r -p "😼 Do you want to go another $rep? (Y/n): " answer case $answer in - [Yy]* ) echo "Going for another round!"; i=0;; + [Yy]* ) echo "Going for another round!"; i=1;; [Nn]* ) ((repeat--)); echo "Ok, bye!";; - * ) echo "Going for another round!"; i=0;; + * ) echo "Going for another round!"; i=1;; esac done exit