aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gpg-mounter2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gpg-mounter b/bin/gpg-mounter
index 89fc97f..b1a9c15 100755
--- a/bin/gpg-mounter
+++ b/bin/gpg-mounter
@@ -26,7 +26,7 @@ mounted=`mount | grep ${decrypted_dir}`
if [ ! -n "${mounted}" ]
then
- encfs ${crypted_dir} ${decrypted_dir}
+ encfs -o nonempty ${crypted_dir} ${decrypted_dir}
fi
exit $?