s390x-se-luks-gencpio: Use interoperable path for bash
On OSs that do not consistently merge /usr/bin with /bin, the path to bash has traditionally been /bin/bash. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
084f8913f0
commit
a9a0110f44
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
||||
# This script creates new initramdisk with LUKS config within
|
||||
set -euo pipefail
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue