From 4bf8cdc885f37f803d89507670c1e210f3219beb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 11 Nov 2018 03:41:48 -0500 Subject: reorganize --- bin/secrets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/secrets b/bin/secrets index 849e983..233b631 100755 --- a/bin/secrets +++ b/bin/secrets @@ -12,7 +12,7 @@ mounted() { cmd_open() { if ! opened; then - pass="$(pass show crypt/tozt-secrets)" + pass="$(pass show crypt/luks/tozt-secrets)" echo -n "$pass" | sudo cryptsetup --key-file=- open ~/crypt/tozt-secrets.luks tozt-secrets fi if ! mounted; then -- cgit v1.2.3-54-g00ecf