diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 00:20:59 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 00:20:59 -0500 |
commit | f02e0df059f0985cc00e41554cf26b3cb4efa3c1 (patch) | |
tree | 0c6b62af5daaa3ce9ed527c850ed8d880645efe9 /src | |
parent | a5d96721e78a06f7dd55071ff3ae61370e00324c (diff) |
removing --quiet from this invocation seems to avoid an add-id-certifier failure.
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere-authentication | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index 1def4cd..e8b11a4 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -85,7 +85,7 @@ gpg_sphere() { GNUPGHOME="$GNUPGHOME_SPHERE" export GNUPGHOME - su_monkeysphere_user "gpg --no-greeting --quiet --no-tty $@" + su_monkeysphere_user "gpg --no-greeting --no-tty $@" } # output to stdout the core fingerprint from the gpg core secret |