Add missing shebang to finish hooks

This commit is contained in:
MrMeeb 2024-06-15 15:41:02 +00:00
parent 9ed7d80765
commit f82ed81e2e
Signed by: MrMeeb
GPG Key ID: 3864A01CC606E310
2 changed files with 6 additions and 0 deletions

View File

@ -1 +1,4 @@
#!/command/with-contenv bash
# shellcheck shell=bash
echo "$e" > /run/s6-linux-init-container-results/exitcode

View File

@ -1 +1,4 @@
#!/command/with-contenv bash
# shellcheck shell=bash
echo "$e" > /run/s6-linux-init-container-results/exitcode