From: Oleg Broytman Date: Mon, 5 May 2014 18:46:56 +0000 (+0400) Subject: distribute now requires additional paramters X-Git-Tag: v4.6.0~40 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=d9360788a641b5b1184a2523881e950bab7d7c66 distribute now requires additional paramters --- diff --git a/bkmk-rsync b/bkmk-rsync index 0e73217..4630393 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 -r .mozilla bookmarks.html +distribute -A -r .mozilla bookmarks.html exec mv bookmarks.html "$HOME/.mozilla/bookmarks.html"