image: use bash shebang

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-11-17 10:23:46 +01:00
parent c61f6211f9
commit 4847b71faa
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/env bash
set -euxo pipefail
# This will work in sd-boot 251 to auto-enroll secure boot keys.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/env bash
set -euxo pipefail
# set selinux to permissive