From dc78e634aa76878026727a141c0e474d8466999a Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 11 Oct 2016 23:22:15 +0200 Subject: [PATCH] contrib: gocryptfs-maybe: fix description --- contrib/gocryptfs-maybe.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #