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:
parent
d7d1526956
commit
084f8913f0
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
# This script creates new initramdisk with LUKS config within
|
# This script creates new initramdisk with LUKS config within
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
old_initrd=$1
|
old_initrd=$1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue