aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/recrypt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/keyringer/actions/recrypt')
-rwxr-xr-xlib/keyringer/actions/recrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/actions/recrypt b/lib/keyringer/actions/recrypt
index d374308..30c9254 100755
--- a/lib/keyringer/actions/recrypt
+++ b/lib/keyringer/actions/recrypt
@@ -16,7 +16,7 @@ function keyringer_recrypt {
keyringer_set_recipients "$FILE"
# Decrypt
- decrypted="$($GPG --use-agent -d "$KEYDIR/$FILE" 2> /dev/null)"
+ decrypted="$($GPG --use-agent -d "$KEYDIR/$FILE")"
if [ "$?" != "0" ]; then
echo "Decryption error on $1."