X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fmonkeysphere-authentication;fp=src%2Fmonkeysphere-authentication;h=b0dcc88fd85b70a38ed44f52d07b346e3c2a9ffc;hb=b94c148b51a53f47ac2513af0e400cc9234bc3dd;hp=ae4f3f42ef881b380fa8698e1ffc4595bb41cb08;hpb=cf04c38691c1fa80ad9ac65175e034fbff7ab0c3;p=monkeysphere.git 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 } ########################################################################