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:
Simon McVittie 2022-03-07 21:07:25 +00:00 committed by Simon McVittie
parent 084f8913f0
commit a9a0110f44
1 changed files with 1 additions and 1 deletions

View File

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