From 1bc49cd6f330156013e93c5a0822ef0fd22a1308 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Aug 2013 11:37:37 -0300 Subject: Metadata might be a symlink --- lib/httracker/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3