]> gitweb.fluxo.info Git - httruta.git/commitdiff
Updating metadata name
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Aug 2013 02:43:24 +0000 (23:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Aug 2013 02:43:24 +0000 (23:43 -0300)
lib/httracker/functions

index 6d83b08c6c2513de48fe6822f5138e112116798f..659553a9d4cfc4dc59f218de4e62f684c9bc3966 100644 (file)
@@ -27,7 +27,7 @@ function httracker_get {
   mkdir -p $TARGET
 
   # We already got this one
-  if [ -f "$TARGET/ok" ]; then
+  if [ -f "$TARGET/httracker-ok" ]; then
     return
   fi
 
@@ -49,7 +49,7 @@ function httracker_get {
 
   if [ "$?" == "0" ]; then
     # Mark as downloaded
-    touch $TARGET/ok
+    touch $TARGET/httracker-ok
   else
     echo "Error fetching $url."
     rm -rf $TARGET