From a30422dbaa14ad4c0bc18affa30b9fd8f1f96712 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 25 Aug 2013 23:43:24 -0300 Subject: Updating metadata name --- lib/httracker/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/httracker/functions b/lib/httracker/functions index 6d83b08..659553a 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/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 -- cgit v1.2.3