Fix indentation

This commit is contained in:
Raphaël Hertzog 2020-04-23 17:46:47 +02:00
parent 6051ce1697
commit aa8f8323f7
1 changed files with 5 additions and 5 deletions

View File

@ -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