diff --git a/roles/torrent/files/pull_opentracker_data.sh b/roles/torrent/files/pull_opentracker_data.sh index 68f8ac8ba5..073bcc44b2 100755 --- a/roles/torrent/files/pull_opentracker_data.sh +++ b/roles/torrent/files/pull_opentracker_data.sh @@ -13,7 +13,8 @@ dest=$base/torrent/$date if [ ! -d $dest ]; then mkdir -p $dest fi -$wgetcmd -O $dest/$hour.txt $src +$wgetcmd -O $dest/$hour.txt.gz $src +gunzip $dest/$host.txt.gz ln -sf $dest/$hour.txt $base/torrent/current.txt