From 3c6edfc515c7729560d36cecafd3716571c66e69 Mon Sep 17 00:00:00 2001 From: Matthias Weiß Date: Mon, 27 Jan 2025 19:20:36 +0100 Subject: Fixing typo and receive command line --- Mounting-on-login-with-KDE-Wallet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mounting-on-login-with-KDE-Wallet.md') 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 -- cgit v1.2.3