From aa8f8323f7c435b6380b145b7d5b037ee708e54b Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Thu, 23 Apr 2020 17:46:47 +0200 Subject: Fix indentation --- share/hooks/normal/0030-enable-cryptsetup.hook.chroot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/hooks/normal/0030-enable-cryptsetup.hook.chroot b/share/hooks/normal/0030-enable-cryptsetup.hook.chroot index 54c2978d2..9d46ccc77 100755 --- a/share/hooks/normal/0030-enable-cryptsetup.hook.chroot +++ b/share/hooks/normal/0030-enable-cryptsetup.hook.chroot @@ -10,12 +10,12 @@ then then mkdir -p /etc/initramfs-tools/conf.d -cat > /etc/initramfs-tools/conf.d/cryptsetup << EOF -# /etc/initramfs-tools/conf.d/cryptsetup + cat > /etc/initramfs-tools/conf.d/cryptsetup <<-EOF + # /etc/initramfs-tools/conf.d/cryptsetup -CRYPTSETUP=yes -export CRYPTSETUP -EOF + CRYPTSETUP=yes + export CRYPTSETUP + EOF fi fi -- cgit v1.2.3