diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 23:43:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 23:43:24 -0300 |
commit | a30422dbaa14ad4c0bc18affa30b9fd8f1f96712 (patch) | |
tree | 323a3c1dac3ecd6caf0cbf4caecebfd734f5c1ec /lib | |
parent | f4243f4f2c6a97b7f226283d22d37c9a8a6266ea (diff) | |
download | httruta-a30422dbaa14ad4c0bc18affa30b9fd8f1f96712.tar.gz httruta-a30422dbaa14ad4c0bc18affa30b9fd8f1f96712.tar.bz2 |
Updating metadata name
Diffstat (limited to 'lib')
-rw-r--r-- | lib/httracker/functions | 4 |
1 files 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 |