report parallel tftp download progress

even when seemingly out-of-order
pull/72/head
samunders-core 2019-06-25 22:41:15 +02:00 committed by GitHub
parent 91e2346812
commit 45edb452e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ mount_data_http()
tftp_mget() tftp_mget()
{ {
while read FNAME; do while read FNAME; do
echo "* $FNAME ..." >&2
tftp -b 1486 -g -r "$FNAME" -l "$2/$FNAME" "$1" tftp -b 1486 -g -r "$FNAME" -l "$2/$FNAME" "$1"
done done
} }