updated logging

This commit is contained in:
Adrian Amaglio 2020-10-30 12:28:20 +01:00
parent acf0181015
commit c07a58ef9d

View File

@ -16,5 +16,6 @@ cd clones
while read -r line ; do
if [ -z "$line" ] ; then continue ; fi
wget -c -w 10 --random-wait -x -m -p --follow-ftp -k "$line" -a "../logs/$line/err.log" &
mkdir -p "../logs/$line/"
wget -c -w 10 --random-wait -x -m -p --follow-ftp -k "$line" 2> "../logs/$line/err.log" &
done < "../$sourcefile"