updated logging
This commit is contained in:
parent
acf0181015
commit
c07a58ef9d
3
main.sh
3
main.sh
@ -16,5 +16,6 @@ cd clones
|
|||||||
|
|
||||||
while read -r line ; do
|
while read -r line ; do
|
||||||
if [ -z "$line" ] ; then continue ; fi
|
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"
|
done < "../$sourcefile"
|
||||||
|
Loading…
Reference in New Issue
Block a user