From f534b40b7eb598cffcc9378c4520d5210552e0d5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 3 Nov 2017 10:42:01 -0200 Subject: Removes incorrect exit command (#79) --- lib/keyringer/actions/append | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3