mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-01-06 00:28:49 +01:00
Ignore exiftool errors
This commit is contained in:
parent
bb0f2e955a
commit
d2f87bc22f
@ -1,5 +1,5 @@
|
||||
if exists exiftool; then
|
||||
exiftool "$f"
|
||||
exiftool "$f" || true
|
||||
else
|
||||
cat "$f"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user