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:
Basti 2020-06-06 12:24:08 +02:00
parent 1e60722ec4
commit bd99b76287
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

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