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:
2020-06-06 12:24:08 +02:00
parent 1e60722ec4
commit bd99b76287

View File

@@ -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