videsc: Don't keep png_original files on desc edit
This commit is contained in:
parent
c3531b1bdc
commit
7b7b6624a5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ videsc() {
|
|||
|
||||
pbcopy < $DESC_FILE
|
||||
if [[ $DESC_FILE -nt $DESC_FILE.stamp ]]; then
|
||||
exiftool -P "-Description<=$DESC_FILE" $IMG
|
||||
exiftool -P -overwrite_original_in_place "-Description<=$DESC_FILE" $IMG
|
||||
else
|
||||
echo 'no changes detected, not writing updated description.' >&2
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue