aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/append
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-26 17:52:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-26 17:52:59 -0300
commitc5db9846489d52d82a020a97f931a0008047620f (patch)
tree68671290891d005abd5dc594669da3640bd9536d /lib/keyringer/actions/append
parent69ee29b636cb2ec6ea1c219e4cd31d2746b27671 (diff)
downloadkeyringer-c5db9846489d52d82a020a97f931a0008047620f.tar.gz
keyringer-c5db9846489d52d82a020a97f931a0008047620f.tar.bz2
Do not abort when keys are expired on some actions (#72)
Diffstat (limited to 'lib/keyringer/actions/append')
-rwxr-xr-xlib/keyringer/actions/append3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/keyringer/actions/append b/lib/keyringer/actions/append
index df21e03..905867a 100755
--- a/lib/keyringer/actions/append
+++ b/lib/keyringer/actions/append
@@ -5,7 +5,8 @@
# Load functions
LIB="`dirname $0`/../functions"
-source "$LIB" || exit 1
+source "$LIB" readwrite $* || exit 1
+exit
# Get file
keyringer_get_file "$2"