aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-11 23:22:15 +0200
committerJakob Unterwurzacher2016-10-11 23:22:15 +0200
commitdc78e634aa76878026727a141c0e474d8466999a (patch)
treeae40f09a9e72a18b16c5576850968fb404a1a3da /contrib
parent7c053e67f27af8cf7ad73f8db9c8622634cbabe8 (diff)
contrib: gocryptfs-maybe: fix description
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gocryptfs-maybe.bash2
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.
#