fixed issue with processing processed items at the start
This commit is contained in:
parent
ccedb94fa8
commit
109fd20b7a
@ -1852,7 +1852,7 @@ remove_processed_items_from_input_file () {
|
||||
cat "$LISTOFITEMS" | sort > "$LIST_SORTED"
|
||||
cat "$LIST_OF_PROCESSED_ITEMS" | sort > "$PROCESSED_SORTED"
|
||||
comm -3 $LIST_SORTED $PROCESSED_SORTED > $OUT_FILE
|
||||
mv "$TMP_FILE" "$LISTOFITEMS"
|
||||
mv "$OUT_FILE" "$LISTOFITEMS"
|
||||
}
|
||||
|
||||
get_all_items () {
|
||||
|
Loading…
Reference in New Issue
Block a user