tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 9009fba9f51185903d3ae21a8540c73d25e3ce63
parent 22db5f7201b644fac298dc0aecfb0510ceb6ad11
Author: Jaromil <jaromil@dyne.org>
Date:   Fri, 25 Apr 2014 23:00:00 +0200

re-fix for .gnupg home dir

Diffstat:
Mtomb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomb b/tomb @@ -1020,7 +1020,7 @@ forge_key() { return 1 } # make sure that gnupg doesn't quits with an error before first run - { test -r $HOME/.gnupg/pubring.gpg } && { + { test -r $HOME/.gnupg/pubring.gpg } || { mkdir $HOME/.gnupg touch $HOME/.gnupg/pubring.gpg }