mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix some typos in this torrent stats script.
This commit is contained in:
@@ -24,8 +24,7 @@ dest=$base/everything/$date
|
||||
if [ ! -d $dest ]; then
|
||||
mkdir -p $dest
|
||||
fi
|
||||
$wgetcmd -O $dest/$hour.xml.gz $src
|
||||
gunzip $dest/$hour.txt.gz
|
||||
$wgetcmd -O $dest/$hour.xml $src
|
||||
ln -sf $dest/$hour.xml $base/everything/current.xml
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user