소스 검색

library: add echo for verify progress

Jeffrey Morgan 1 년 전
부모
커밋
d9f54300c3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      library/publish.sh

+ 1 - 0
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