This commit is contained in:
E. S. 2024-01-04 09:30:26 +03:00
commit 4ee9a24a83

View File

@ -35,5 +35,7 @@ archive_target_file="$ARCHIVE_DIR/4in1-$LANG-update$previous_version.pdf"
[ -e "$archive_target_file" ] && fatal "invalid version: file \"$archive_target_file\" already exists"
exiftool -author=idb "$INPUT"
mv "$target_file" "$archive_target_file"
mv "$INPUT" "$target_file"
mv "$INPUT" "$target_file"