diff options
-rw-r--r-- | lib/httracker/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/httracker/functions b/lib/httracker/functions index 004e296..a0a3837 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -27,7 +27,7 @@ function httracker_get { mkdir -p $TARGET # We already got this one - if [ -f "$TARGET/httracker-ok" ]; then + if [ -e "$TARGET/httracker-ok" ]; then return fi |