mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-07-10 19:37:45 +02:00
Ignore exiftool errors
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
if exists exiftool; then
|
if exists exiftool; then
|
||||||
exiftool "$f"
|
exiftool "$f" || true
|
||||||
else
|
else
|
||||||
cat "$f"
|
cat "$f"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user