diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gpg-mounter | 2 |
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 $? |