diff options
-rw-r--r-- | lib/httracker/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/httracker/functions b/lib/httracker/functions index 2d3e35a..f9e56f1 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -67,7 +67,7 @@ function httracker_get { if [ "$?" == "0" ]; then # Mark as downloaded - touch $TARGET/httracker-ok + date +%s > $TARGET/httracker-ok else echo "Error fetching $url." rm -rf $TARGET |