From c5db9846489d52d82a020a97f931a0008047620f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 26 May 2017 17:52:59 -0300 Subject: Do not abort when keys are expired on some actions (#72) --- lib/keyringer/actions/pwgen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/keyringer/actions/pwgen') diff --git a/lib/keyringer/actions/pwgen b/lib/keyringer/actions/pwgen index 45d2bf9..1ca3829 100755 --- a/lib/keyringer/actions/pwgen +++ b/lib/keyringer/actions/pwgen @@ -5,7 +5,7 @@ # Load functions LIB="`dirname $0`/../functions" -source "$LIB" || exit 1 +source "$LIB" write $* || exit 1 # Parameters SIZE="$3" -- cgit v1.2.3