archivador.sh: asegurar que wget no haga giladas
This commit is contained in:
parent
5c3190b37e
commit
ad1268a685
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if test -f lista-paginas.zst; then
|
|||
lua otros-scripts/shard.lua < ./lista-paginas
|
||||
echo "> Empezando a descargar..."
|
||||
for lista in TMP-lista-shard-*; do
|
||||
wget --header='accept-encoding: br' --no-verbose --no-clobber --input-file="$lista" &
|
||||
wget --header='accept-encoding: br' --no-verbose --no-clobber --input-file="$lista" --restrict-file-names=nocontrol &
|
||||
done
|
||||
else
|
||||
echo "No tengo ninguna lista para descargar. ¡Chau!"
|
||||
|
|
Loading…
Reference in a new issue