diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/gpg-mounter | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/gpg-mounter b/bin/gpg-mounter index a7f0ba2..89fc97f 100755 --- a/bin/gpg-mounter +++ b/bin/gpg-mounter @@ -21,7 +21,6 @@ decrypted_dir=${HOME}/.gnupg if [ -n "${GNUPGHOME}" ] then decrypted_dir=${GNUPGHOME} - echo "ABC"$decrypted_dir fi mounted=`mount | grep ${decrypted_dir}` |