library: add echo for verify progress
This commit is contained in:
parent
1511219763
commit
d9f54300c3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ function process_line {
|
||||||
# Get the filename from the URL
|
# Get the filename from the URL
|
||||||
local filename=models/$(basename $url)
|
local filename=models/$(basename $url)
|
||||||
|
|
||||||
|
echo "verifying $filename..."
|
||||||
|
|
||||||
# If the file exists, compute its checksum
|
# If the file exists, compute its checksum
|
||||||
if [ -f $filename ]; then
|
if [ -f $filename ]; then
|
||||||
|
|
Loading…
Reference in a new issue