From: Silvio Rhatto Date: Mon, 26 Aug 2013 02:43:24 +0000 (-0300) Subject: Updating metadata name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a30422dbaa14ad4c0bc18affa30b9fd8f1f96712;p=httruta.git Updating metadata name --- 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