Ignore exiftool errors

This commit is contained in:
Nikita Ivanov 2022-05-29 20:13:10 +05:00
parent bb0f2e955a
commit d2f87bc22f
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -1,5 +1,5 @@
if exists exiftool; then
exiftool "$f"
exiftool "$f" || true
else
cat "$f"
fi