summaryrefslogtreecommitdiffstats
path: root/bin/secrets
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-11 03:41:48 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-11 03:41:48 -0500
commit4bf8cdc885f37f803d89507670c1e210f3219beb (patch)
treec7335201e09a1267f0b6d143e5e1ff3702bf92c4 /bin/secrets
parent29e83c3b4e4aab1086e9b7ea409029683abafa4c (diff)
downloadpuppet-tozt-4bf8cdc885f37f803d89507670c1e210f3219beb.tar.gz
puppet-tozt-4bf8cdc885f37f803d89507670c1e210f3219beb.zip
reorganize
Diffstat (limited to 'bin/secrets')
-rwxr-xr-xbin/secrets2
1 files changed, 1 insertions, 1 deletions
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