From 9009fba9f51185903d3ae21a8540c73d25e3ce63 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Fri, 25 Apr 2014 23:00:00 +0200 Subject: [PATCH] re-fix for .gnupg home dir --- tomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomb b/tomb index e848e78..4dcbbf7 100755 --- 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 }