Merge pull request #2559 from smcv/shebang

Fix shebang in s390x-se-luks-gencpio
This commit is contained in:
Colin Walters 2022-03-08 09:46:07 -05:00 committed by GitHub
commit 21a083db69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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