From: Oleg Broytman Date: Wed, 24 Jul 2024 01:47:39 +0000 (+0300) Subject: Fix: These are not errors, just duplicates X-Git-Tag: 5.4.0~28 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=65f303cef7475a715cc68c516f67adad3179b5eb;p=bookmarks_db.git Fix: These are not errors, just duplicates --- diff --git a/bkmk-chk b/bkmk-chk index 2d9f35a..c18158d 100755 --- a/bkmk-chk +++ b/bkmk-chk @@ -22,7 +22,7 @@ check_urls_db.py -e && # Report results BKMK_WRITER=flad db2bkmk.py && -check_dups.py -s -l bookmarks.err >/dev/null && +check_dups.py -s -l check_dups.txt >/dev/null && check_title.py -s -l check_title.txt && check_redirects.py -s -l check_redirects.txt && bkmk-sort &&