From: Silvio Rhatto Date: Mon, 26 Aug 2013 14:37:37 +0000 (-0300) Subject: Metadata might be a symlink X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1bc49cd6f330156013e93c5a0822ef0fd22a1308;p=httruta.git Metadata might be a symlink --- 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