s390x-se-luks-gencpio: Fix shebang syntax

An indented `#!` is technically meaningless, although many shells will
run text files with the shell if asked to execute them.

Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Simon McVittie 2022-03-07 21:06:48 +00:00 committed by Simon McVittie
parent d7d1526956
commit 084f8913f0

View File

@ -1,5 +1,5 @@
#!/usr/bin/bash
# This script creates new initramdisk with LUKS config within
#!/usr/bin/bash
# This script creates new initramdisk with LUKS config within
set -euo pipefail
old_initrd=$1