diff options
-rwxr-xr-x | oedquery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oedquery.sh b/oedquery.sh index 7c979e2..bb85570 100755 --- a/oedquery.sh +++ b/oedquery.sh @@ -25,7 +25,7 @@ _curl() { echo "Authentication failed, probably exceeded monthly usage." exit 0 fi - ((count=count+1)) + ((curlCount=curlCount+1)) } # function to provide data to a for loop |