diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-14 11:15:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-14 11:15:32 -0200 |
commit | 8857d60617c00553aaab7f06153b17699c860e96 (patch) | |
tree | 731a6c43b057d444932ff51e930a9d643bf55ecb /lib | |
parent | 8b05cfce978dbed626f0e3b100c64d36d52550a4 (diff) | |
download | keyringer-8857d60617c00553aaab7f06153b17699c860e96.tar.gz keyringer-8857d60617c00553aaab7f06153b17699c860e96.tar.bz2 |
Edit default recipients during initialization
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/keyringer/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/functions b/lib/keyringer/functions index d1bbb1c..b39b8ec 100755 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -517,7 +517,7 @@ function keyringer_set_new_recipients { function keyringer_create_new_recipients { if [ ! -e "$1" ]; then mkdir -p "`dirname $1`" - echo "# Use entries in the form of 'john@doe.com XXXXXXXX'" > "$1" + echo "# Use entries in the form of 'john@doe.com XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'" > "$1" echo "" >> "$1" fi } |