aboutsummaryrefslogtreecommitdiff
path: root/content/blog/107_encrypted_zfs.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/107_encrypted_zfs.md')
-rw-r--r--content/blog/107_encrypted_zfs.md2
1 files changed, 1 insertions, 1 deletions
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
```