summaryrefslogtreecommitdiff
path: root/share/hooks
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2020-04-23 17:46:47 +0200
committerRaphaël Hertzog <hertzog@debian.org>2020-04-23 17:46:47 +0200
commitaa8f8323f7c435b6380b145b7d5b037ee708e54b (patch)
tree30e8753e5a912592f438beb8466fa37ede01ceb1 /share/hooks
parent6051ce16973781714ccd4a9cfbfdf1df7861d08b (diff)
downloadvyos-live-build-aa8f8323f7c435b6380b145b7d5b037ee708e54b.tar.gz
vyos-live-build-aa8f8323f7c435b6380b145b7d5b037ee708e54b.zip
Fix indentation
Diffstat (limited to 'share/hooks')
-rwxr-xr-xshare/hooks/normal/0030-enable-cryptsetup.hook.chroot10
1 files 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