소스 검색

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,


불러오는 중...
취소
저장