re-fix for .gnupg home dir

This commit is contained in:
Jaromil 2014-04-25 23:00:00 +02:00
parent 22db5f7201
commit 9009fba9f5

2
tomb
View File

@ -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 }