diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-18 21:32:21 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-18 21:32:21 -0500 |
commit | e2b547631eae05103fe3219f4e2c7a4f618ef5d0 (patch) | |
tree | c829d34e9c7fe6ccc69fbe08bb0ca5436ede6288 /src/share/ma/add_certifier | |
parent | 41b38ace2b23bebf61fbf63cda8d3be005d28385 (diff) | |
parent | 62374dd1c16a2719202955ad3fe878be5cc14dba (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'src/share/ma/add_certifier')
-rw-r--r-- | src/share/ma/add_certifier | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/share/ma/add_certifier b/src/share/ma/add_certifier index d34f0de..2f29759 100644 --- a/src/share/ma/add_certifier +++ b/src/share/ma/add_certifier @@ -151,15 +151,14 @@ EOF # core ltsigns the newly imported certifier key log debug "executing core ltsign script..." if echo "$ltsignCommand" | \ - gpg_core --quiet --command-fd 0 --no-tty --edit-key "0x${fingerprint}!" \ - 2>&1 | log debug ; then + gpg_core --command-fd 0 --edit-key "0x${fingerprint}!" ; then # transfer the new sigs back to the sphere keyring gpg_core_sphere_sig_transfer # update the sphere trustdb log debug "updating sphere trustdb..." - gpg_sphere "--check-trustdb" 2>&1 | log debug + gpg_sphere "--check-trustdb" log info "Identity certifier added." else |