diff --git a/save-to-eye b/save-to-eye index ddbb8c5..1f38afb 100755 --- a/save-to-eye +++ b/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,