diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-26 11:37:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-26 11:37:37 -0300 |
commit | 1bc49cd6f330156013e93c5a0822ef0fd22a1308 (patch) | |
tree | 579ac81b2d1ec73577badc8ed0ad7af15d52f38b /lib/httracker/functions | |
parent | 588ed5a400d69c806d4c708dc726c878f42de999 (diff) | |
download | httruta-1bc49cd6f330156013e93c5a0822ef0fd22a1308.tar.gz httruta-1bc49cd6f330156013e93c5a0822ef0fd22a1308.tar.bz2 |
Metadata might be a symlink
Diffstat (limited to 'lib/httracker/functions')
-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 |