aboutsummaryrefslogtreecommitdiff
path: root/share/keyringer/append
diff options
context:
space:
mode:
Diffstat (limited to 'share/keyringer/append')
-rwxr-xr-xshare/keyringer/append3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/keyringer/append b/share/keyringer/append
index 1e91d6f..fbfe49f 100755
--- a/share/keyringer/append
+++ b/share/keyringer/append
@@ -14,9 +14,6 @@ FILE="`keyringer_filename $2`"
if [ -z "$FILE" ]; then
echo "Usage: keyringer <keyring> `basename $0` <file>"
exit 1
-elif [ ! -f "$RECIPIENTS" ]; then
- echo "No recipient config was found"
- exit 1
elif [ ! -f "$KEYDIR/$FILE" ]; then
echo "File not found: $KEYDIR/$FILE"
exit 1