From: Alex Dehnert Date: Tue, 20 Jul 2010 02:09:06 +0000 (-0400) Subject: make-zcrypt-key: Punt 2>/dev/null X-Git-Url: https://www.dehnerts.com/gitweb/?p=user%2Falex%2Fsoftware%2Fmy-snippets.git;a=commitdiff_plain;h=1910dbed88a827acc4cd67a19f5b22916b1e1b82 make-zcrypt-key: Punt 2>/dev/null Anders suggests that it isn't necessary and might be a bad idea. I can't remember why it was ever there, so I'll try punting it... --- diff --git a/make-zcrypt-key b/make-zcrypt-key index 75ff68b..0bcc8d5 100755 --- a/make-zcrypt-key +++ b/make-zcrypt-key @@ -1,3 +1,3 @@ #!/bin/bash -dd if=/dev/urandom bs=1 | tr -d '\000\n' | head -c126 2>/dev/null +dd if=/dev/urandom bs=1 | tr -d '\000\n' | head -c126