summaryrefslogtreecommitdiff
path: root/src/monkeysphere-host
diff options
context:
space:
mode:
authorJameson Rollins <jrollins@finestructure.net>2010-07-04 00:16:26 -0400
committerJameson Rollins <jrollins@finestructure.net>2010-07-04 00:16:26 -0400
commit1aa3096af58da671b674409010bbd7f3a73332ac (patch)
treebdd66e0c98c3e14bd79372606bd1d9bfe3452b15 /src/monkeysphere-host
parent330d2eca0d43bcf54b535212d56d4a5b1b218ced (diff)
parentf97dd58a298cf337a1fffa00d3733256d21d2d8f (diff)
Merge remote branch 'dkg/master'
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-xsrc/monkeysphere-host2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host
index 13cc3ca..6216dce 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-auto-check-trustdb --no-greeting --quiet --no-tty "$@"
+ GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trustdb --trust-model=always --no-greeting --quiet --no-tty "$@"
}
# list the info about the a key, in colon format, to stdout