]> gitweb.fluxo.info Git - httruta.git/commitdiff
Metadata might be a symlink
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Aug 2013 14:37:37 +0000 (11:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Aug 2013 14:37:37 +0000 (11:37 -0300)
lib/httracker/functions

index 004e29640d25ebe480ec4005cbd21415a0037580..a0a3837202452a813960c99f7ddcf7e315239123 100644 (file)
@@ -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