diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 01:40:19 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 02:04:11 -0500 |
commit | 07e96da7841640d7f38318faec682fb4da1ba7d0 (patch) | |
tree | db463c46324514f63ada36c863237d581d6a10ee /src/share/ma/setup | |
parent | 4238a891582ba6c62fc062d24734536d029eb33a (diff) |
add some log debug redirects
Diffstat (limited to 'src/share/ma/setup')
-rw-r--r-- | src/share/ma/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/ma/setup b/src/share/ma/setup index 248406f..441df28 100644 --- a/src/share/ma/setup +++ b/src/share/ma/setup @@ -80,7 +80,7 @@ EOF # ensure that the authentication sphere checker has absolute ownertrust on the expected key. log debug "setting ultimate owner trust on core key in gpg_sphere..." printf "%s:6:\n" "$CORE_FPR" | gpg_sphere "--import-ownertrust" - gpg_sphere "--export-ownertrust" + gpg_sphere "--export-ownertrust" 2>&1 | log debug # check the owner trust log debug "checking gpg_sphere owner trust set properly..." |