mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
22.44.2019 d7ba9d0f7201a9529e9c50bfe46c63db5fb6fdf1
borgbutler-webapp/src/components/views/repos/ConfigureRepoPage.jsx
@@ -49,7 +49,7 @@
                    </div>
                </React.Fragment>;
            } else if (value === 'macos-keychain') {
                passwordCommand = 'security find-generic-password -a $USER -s borg-passphrase';
                passwordCommand = 'security find-generic-password -a $USER -s borg-passphrase -w';
                passwordCreate = <React.Fragment>
                    Generate a passphrase and use security to save it to your login (default) keychain:<br/>
                    <div className="command-line">security add-generic-password -D secret -U -a $USER -s borg-passphrase