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
|
if [ ! -d $dest ]; then
|
||||||
mkdir -p $dest
|
mkdir -p $dest
|
||||||
fi
|
fi
|
||||||
$wgetcmd -O $dest/$hour.xml.gz $src
|
$wgetcmd -O $dest/$hour.xml $src
|
||||||
gunzip $dest/$hour.txt.gz
|
|
||||||
ln -sf $dest/$hour.xml $base/everything/current.xml
|
ln -sf $dest/$hour.xml $base/everything/current.xml
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue