diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-03 01:15:50 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-03 01:15:50 -0500 |
commit | b94c148b51a53f47ac2513af0e400cc9234bc3dd (patch) | |
tree | ff812f9850c5d0c6018815c30a0539be95ed676f /src/monkeysphere-authentication | |
parent | cf04c38691c1fa80ad9ac65175e034fbff7ab0c3 (diff) |
quieted down m-a add_certifier: there is no reason why the admin should be shown gpg noise.
Diffstat (limited to 'src/monkeysphere-authentication')
-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 ae4f3f4..b0dcc88 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -100,7 +100,7 @@ core_fingerprint() { gpg_core_sphere_sig_transfer() { log debug "exporting core local sigs to sphere..." gpg_core --export-options export-local-sigs --export | \ - gpg_sphere "--import-options import-local-sigs --import" + gpg_sphere "--import-options import-local-sigs --import" 2>&1 | log debug } ######################################################################## |