From: Oleg Broytman Date: Fri, 15 Aug 2014 17:00:20 +0000 (+0400) Subject: Do not distribute to ALL: all is enough X-Git-Tag: 5.0.0~141 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=15dd5acfcf3970f239f1a96a7eb5de10b60eb241 Do not distribute to ALL: all is enough --- diff --git a/bkmk-rsync b/bkmk-rsync index 4630393..4754f05 100755 --- a/bkmk-rsync +++ b/bkmk-rsync @@ -14,5 +14,5 @@ bkmk2db || exit 1 db2bkmk.py || exit 2 diff $HOME/.mozilla/bookmarks.html bookmarks.html > diff.out -distribute -A -r .mozilla bookmarks.html +distribute -a -r .mozilla bookmarks.html exec mv bookmarks.html "$HOME/.mozilla/bookmarks.html"