mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
These stats are now gzipped for some reason. Ungzip before running python on it.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user