summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xoedquery.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/oedquery.sh b/oedquery.sh
index 3e82ba8..7b8c3a2 100755
--- a/oedquery.sh
+++ b/oedquery.sh
@@ -9,7 +9,7 @@ OPTS='--silent -L -H "app_id: $appId" -H "app_key: $appKey"'
curlCount=0
_curl() {
- if [[ $curlCount -ge 2 ]]
+ if [[ $curlCount -ge 3 ]]
then
echo "cURL loop, exiting."
exit 0