mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-22 21:31:14 -05:00
image: use bash shebang
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
c61f6211f9
commit
4847b71faa
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/env bash
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
# This will work in sd-boot 251 to auto-enroll secure boot keys.
|
# This will work in sd-boot 251 to auto-enroll secure boot keys.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/env bash
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
# set selinux to permissive
|
# set selinux to permissive
|
||||||
|
Loading…
Reference in New Issue
Block a user