浏览代码

save-to-eye: report correct stats

master
Ivan Kozik 1 个月前
父节点
当前提交
6d297f8260
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      save-to-eye

+ 2
- 2
save-to-eye 查看文件

@@ -52,8 +52,8 @@ while read i; do
the_eye_video_bytes_saved=0
the_eye_video_files_saved=0
if [[ $is_video -eq 1 ]]; then
the_eye_video_bytes_saved=0
the_eye_video_files_saved=0
the_eye_video_bytes_saved=$size
the_eye_video_files_saved=1
fi

# Ideally, we would created a `namedfiles` entity only after it's in ceph,


正在加载...
取消
保存