Use human-readable flag for encfs mount script
In case someone wants to see what it does without reading a manual in the future.
This commit is contained in:
parent
1e60722ec4
commit
bd99b76287
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user