From e6d3f3e0c5671ff853404a962d856ec493b8dbdb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 27 Feb 2012 11:25:28 -0300 Subject: Multiple recipients file support --- keyringer | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keyringer') diff --git a/keyringer b/keyringer index 391646a..8904685 100755 --- a/keyringer +++ b/keyringer @@ -57,8 +57,7 @@ function keyringer_init { mkdir -p "$BASEDIR/"{config,keys} # Setup recipients - echo "# Use entries in the form of 'john@doe.com XXXXXXXX" > "$RECIPIENTS" - echo "" >> "$RECIPIENTS" + keyringer_create_new_recipients "$RECIPIENTS/default" # Setup options touch "$OPTIONS" -- cgit v1.2.3