diff options
author | Jakob Unterwurzacher | 2016-10-11 23:22:15 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-11 23:22:15 +0200 |
commit | dc78e634aa76878026727a141c0e474d8466999a (patch) | |
tree | ae40f09a9e72a18b16c5576850968fb404a1a3da /contrib | |
parent | 7c053e67f27af8cf7ad73f8db9c8622634cbabe8 (diff) |
contrib: gocryptfs-maybe: fix description
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gocryptfs-maybe.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gocryptfs-maybe.bash b/contrib/gocryptfs-maybe.bash index dcfa965..78a6b2c 100755 --- a/contrib/gocryptfs-maybe.bash +++ b/contrib/gocryptfs-maybe.bash @@ -1,7 +1,7 @@ #!/bin/bash # # Conditionally try to mount a gocryptfs filesystem. If either -# * CIPHERDIR does not exist OR +# * CIPHERDIR/gocryptfs.conf does not exist OR # * something is already mounted on MOUNTPOINT # print a message to stdout (not stderr!) but exit with 0. # |