From 1910dbed88a827acc4cd67a19f5b22916b1e1b82 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Mon, 19 Jul 2010 22:09:06 -0400 Subject: [PATCH] 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... --- make-zcrypt-key | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1