diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 01:17:11 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 01:17:11 -0500 |
commit | dd1914ec0225cca711508dfd1351502040b6ec87 (patch) | |
tree | 960d0450fc5a88b52600d1ed328dd060e3c7c6cb /src/monkeysphere-authentication | |
parent | 68299f9faebcf3c54382aca3d662b35172f6a968 (diff) |
made gpg_sphere use --quiet again, and now doing more explicit extraction of key fingerprint during add-certifier from file.
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 e8b11a4..e7a0580 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 |