Merge pull request #2559 from smcv/shebang
Fix shebang in s390x-se-luks-gencpio
This commit is contained in:
commit
21a083db69
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/bash
|
||||
# This script creates new initramdisk with LUKS config within
|
||||
#!/bin/bash
|
||||
# This script creates new initramdisk with LUKS config within
|
||||
set -euo pipefail
|
||||
|
||||
old_initrd=$1
|
||||
|
|
|
|||
Loading…
Reference in New Issue