Procházet zdrojové kódy

save-to-eye: report correct stats

master
Ivan Kozik před 1 měsícem
rodič
revize
6d297f8260
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      save-to-eye

+ 2
- 2
save-to-eye Zobrazit soubor

@@ -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,


Načítá se…
Zrušit
Uložit