diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-12-12 15:12:49 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-12-12 15:12:49 -0500 |
commit | 154386ccfa0a4b791b4eb65640835ab12b2a8434 (patch) | |
tree | dafa63836a97cd55592868d73e491d6415b3face /src/share/ma/setup | |
parent | ee712e048f2fcde6ce225d61c377508f4ba2b07a (diff) |
hush up m-a setup because the dd was making noise
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 0ed0406..6c75fef 100644 --- a/src/share/ma/setup +++ b/src/share/ma/setup @@ -57,7 +57,7 @@ EOF if [ -z "$CORE_FPR" ] ; then log info "setting up Monkeysphere authentication trust core..." - local CORE_UID=$(printf "Monkeysphere authentication trust core UID (random string: %s)" $(dd if=/dev/urandom bs=21 count=1 | perl -MMIME::Base64 -ne 'print encode_base64($_)')) + local CORE_UID=$(printf "Monkeysphere authentication trust core UID (random string: %s)" $(dd if=/dev/urandom bs=21 count=1 2>/dev/null | perl -MMIME::Base64 -ne 'print encode_base64($_)')) printf "generating monkeysphere authentication trust core key:\nsize: %d bits\nuid: '%s'\n" "$CORE_KEYLENGTH" "$CORE_UID" | log debug PEM2OPENPGP_USAGE_FLAGS=certify \ |