summaryrefslogtreecommitdiff
path: root/Mounting-on-login-with-KDE-Wallet.md
diff options
context:
space:
mode:
Diffstat (limited to 'Mounting-on-login-with-KDE-Wallet.md')
-rw-r--r--Mounting-on-login-with-KDE-Wallet.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mounting-on-login-with-KDE-Wallet.md b/Mounting-on-login-with-KDE-Wallet.md
index 64827bb..2ada99b 100644
--- a/Mounting-on-login-with-KDE-Wallet.md
+++ b/Mounting-on-login-with-KDE-Wallet.md
@@ -40,7 +40,7 @@ Store the password (key `gocryptfspass` in (default) folder `Passwords` is used
Now the stored password can be accessed using
```bash
-kwallet-query -f Passwords -r gocryptfspass
+kwallet-query -f Passwords -r gocryptfspass kdewallet
```
# Mounting with password from KDE Wallet
@@ -48,7 +48,7 @@ kwallet-query -f Passwords -r gocryptfspass
The password can be used with the `--extpass` option:
```bash
-gocryptfs --extpass="kwallet-query -f Passwords -r gocryptfspass kdewallet" /path/to/encyrpted/folder /path/to/plain/folder
+gocryptfs --extpass="kwallet-query -f Passwords -r gocryptfspass kdewallet" /path/to/encrypted/folder /path/to/plain/folder
```
## Mounting on login