summaryrefslogtreecommitdiff
path: root/Mounting-on-login-with-KDE-Wallet.md
diff options
context:
space:
mode:
authorMatthias Weiß2025-01-27 19:20:36 +0100
committerMatthias Weiß2025-01-27 19:20:36 +0100
commit3c6edfc515c7729560d36cecafd3716571c66e69 (patch)
tree4b4d66c245b80d472ea5f32e2a822e3d73bed574 /Mounting-on-login-with-KDE-Wallet.md
parent013a268cd08064a9d965fd19b5124e0c1f27699a (diff)
Fixing typo and receive command line
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