]> git.phdru.name Git - bookmarks_db.git/commitdiff
distribute now requires additional paramters
authorOleg Broytman <phd@phdru.name>
Mon, 5 May 2014 18:46:56 +0000 (22:46 +0400)
committerOleg Broytman <phd@phdru.name>
Mon, 5 May 2014 18:46:56 +0000 (22:46 +0400)
bkmk-rsync

index 0e73217378c00601fc7fb7045dfa8acf8c12e0a4..463039389b6b2da412b3264a7b76b8a078df383e 100755 (executable)
@@ -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"