Browse Source

Fix macOS keychain integration command

Markus Engelbrecht 7 years ago
parent
commit
aadb9cd2ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -342,7 +342,7 @@ Using ``BORG_PASSCOMMAND`` with MacOS Keychain
 
   In your backup script retrieve it in the ``BORG_PASSCOMMAND``::
 
-    export BORG_PASSCOMMAND="security find-generic-password -a $USER -s borg-passphrase"
+    export BORG_PASSCOMMAND="security find-generic-password -a $USER -s borg-passphrase -w"
 
 Using ``BORG_PASSCOMMAND`` with GNOME Keyring
   GNOME also has a keyring daemon that can be used to store a Borg passphrase.