diff --git a/Furaffinity/fa.sh b/Furaffinity/fa.sh old mode 100644 new mode 100755 index c0cc56d..ffb9704 --- a/Furaffinity/fa.sh +++ b/Furaffinity/fa.sh @@ -65,11 +65,8 @@ do else # curl the url if it's not in the list already # see if it errors out for not existing in the database. - # Idea: store the curl result in standard output as is, and query it for different results.) result=$(curl -s --stderr - https://www.furaffinity.net/view/$ranid) - #echo "DEBUG: CURL TEST == $result" - if grep -q "not in our database" <<< "$result"; then echo "$ranid does not exist, logged and re-rolling. ($i of $rep)" echo "$ranid" >> already-checked.txt