another blobhash typo

This commit is contained in:
Rudolf Polzer 2010-05-27 15:31:36 +02:00
parent 2cb95ff3d7
commit b2f2de5b99

View File

@ -46,7 +46,7 @@ getthemap()
bspdir=$3
M=$4
blobhash=$5
if mv "$bspdir_old/$M-$blobhash.pk3" "$bspdir/$M-blobhash.pk3"; then
if mv "$bspdir_old/$M-$blobhash.pk3" "$bspdir/$M-$blobhash.pk3"; then
continue
fi
if ! wget -O "$bspdir/$M-$blobhash.pk3" "$url$M-$blobhash.pk3"; then