Fix some typos in this torrent stats script.
This commit is contained in:
parent
820ccd31b6
commit
61a9f16ff9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue