X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fmonkeysphere-host;h=a5db8c1e0294208f30de1c5924654eca0a2cb1df;hb=e9f00652e3503ef2292e6d27df80cbb4c8e09504;hp=f5374bd1a607fdfc937e72822f99f1415713de49;hpb=42f7fec024d11c2ff20299f73254eda5b06ed181;p=monkeysphere.git diff --git a/src/monkeysphere-host b/src/monkeysphere-host index f5374bd..a5db8c1 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -74,7 +74,7 @@ EOF # function to interact with the gpg keyring gpg_host() { - GNUPGHOME="$GNUPGHOME_HOST" gpg --no-greeting --quiet --no-tty "$@" + GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trustdb --no-greeting --quiet --no-tty "$@" } # list the info about the a key, in colon format, to stdout