Fix container init (#72478)

This commit is contained in:
Franck Nijhof 2022-05-25 12:15:33 +02:00 committed by GitHub
parent 42c80dda85
commit 36ff15b038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/bin/sh -e
# This is the first program launched at container start.
# We don't know where our binaries are and we cannot guarantee
@ -43,7 +43,7 @@ fi
# root, can be a normal user).
exec s6-overlay-suexec \
' /package/admin/s6-overlay-@VERSION@/libexec/preinit' \
' /package/admin/s6-overlay/libexec/preinit' \
'' \
/package/admin/s6-overlay-@VERSION@/libexec/stage0 \
/package/admin/s6-overlay/libexec/stage0 \
"$@"