From d9f54300c3208268bdaa35c7ab680e09642e1f6f Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Wed, 19 Jul 2023 23:58:28 -0700 Subject: [PATCH] library: add echo for verify progress --- library/publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/library/publish.sh b/library/publish.sh index ce708924..1da2a562 100755 --- a/library/publish.sh +++ b/library/publish.sh @@ -10,6 +10,7 @@ function process_line { # Get the filename from the URL local filename=models/$(basename $url) + echo "verifying $filename..." # If the file exists, compute its checksum if [ -f $filename ]; then