diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 01:20:44 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 01:20:44 -0500 |
commit | 4238a891582ba6c62fc062d24734536d029eb33a (patch) | |
tree | 3fdd00ef2a40b8d5745f0494955c719f111aaf88 /src/monkeysphere-authentication | |
parent | 4465c13b93d3d4bc1cb59c5506775b4fc0274058 (diff) | |
parent | dd1914ec0225cca711508dfd1351502040b6ec87 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-x | src/monkeysphere-authentication | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index 0e60cc4..75ab732 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -84,8 +84,8 @@ gpg_core() { gpg_sphere() { GNUPGHOME="$GNUPGHOME_SPHERE" export GNUPGHOME - - su_monkeysphere_user "gpg --no-greeting --no-tty $@" + + su_monkeysphere_user "gpg --no-greeting --quiet --no-tty $@" } # output to stdout the core fingerprint from the gpg core secret |