mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-23 21:33:22 -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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue