From bd99b76287a6e4182b6771de5348261ab1659e02 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 6 Jun 2020 12:24:08 +0200 Subject: [PATCH] Use human-readable flag for encfs mount script In case someone wants to see what it does without reading a manual in the future. --- site-cookbooks/kosmos_encfs/templates/mount_encfs.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos_encfs/templates/mount_encfs.erb b/site-cookbooks/kosmos_encfs/templates/mount_encfs.erb index 10555ca..74e1221 100644 --- a/site-cookbooks/kosmos_encfs/templates/mount_encfs.erb +++ b/site-cookbooks/kosmos_encfs/templates/mount_encfs.erb @@ -1,3 +1,3 @@ #!/bin/sh -systemd-ask-password --echo "encfs password:" | encfs <%= @encrypted_directory %> <%= @mount_directory %> --public -S +systemd-ask-password --echo "encfs password:" | encfs <%= @encrypted_directory %> <%= @mount_directory %> --public --stdinpass