X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=blobdiff_plain;f=src%2Fmonkeysphere-host;h=2c1933147df013fceb270adffd25986b86d23e01;hp=f5374bd1a607fdfc937e72822f99f1415713de49;hb=39d013c4d307d6a844f8dc2deabf42adc0a8a388;hpb=42f7fec024d11c2ff20299f73254eda5b06ed181 diff --git a/src/monkeysphere-host b/src/monkeysphere-host index f5374bd..2c19331 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-trust-db --no-greeting --quiet --no-tty "$@" } # list the info about the a key, in colon format, to stdout