浏览代码

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