From a296cf2066ccb8696b394155624c1a75598fd961 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 13 Jul 2019 12:27:59 +0000 Subject: Fix typo in Encrypted ZFS article --- content/blog/107_encrypted_zfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/107_encrypted_zfs.md b/content/blog/107_encrypted_zfs.md index f6465bb..7972466 100644 --- a/content/blog/107_encrypted_zfs.md +++ b/content/blog/107_encrypted_zfs.md @@ -68,7 +68,7 @@ the disk with random data. After this is done, you might want to actually wipe the first bunch of bytes. ```console -$cryptsetup luksClose sda_crypto +$ cryptsetup luksClose sda_crypto $ dd if=/dev/urandom of=/dev/sda bs=1M count=8 ``` -- cgit v1.2.3