aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-03 10:42:01 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-03 10:42:01 -0200
commitf534b40b7eb598cffcc9378c4520d5210552e0d5 (patch)
tree1d5baec0f4a62b15c01a84263aa7bff2e003980a
parent89dd8486d3c525dfaf5239938fc4358915e3c2e6 (diff)
downloadkeyringer-f534b40b7eb598cffcc9378c4520d5210552e0d5.tar.gz
keyringer-f534b40b7eb598cffcc9378c4520d5210552e0d5.tar.bz2
Removes incorrect exit command (#79)
-rwxr-xr-xlib/keyringer/actions/append1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/keyringer/actions/append b/lib/keyringer/actions/append
index 905867a..ccb25fb 100755
--- a/lib/keyringer/actions/append
+++ b/lib/keyringer/actions/append
@@ -6,7 +6,6 @@
# Load functions
LIB="`dirname $0`/../functions"
source "$LIB" readwrite $* || exit 1
-exit
# Get file
keyringer_get_file "$2"