mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Fix container init (#72478)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bashio
|
#!/bin/sh -e
|
||||||
|
|
||||||
# This is the first program launched at container start.
|
# This is the first program launched at container start.
|
||||||
# We don't know where our binaries are and we cannot guarantee
|
# We don't know where our binaries are and we cannot guarantee
|
||||||
@@ -43,7 +43,7 @@ fi
|
|||||||
# root, can be a normal user).
|
# root, can be a normal user).
|
||||||
|
|
||||||
exec s6-overlay-suexec \
|
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 \
|
||||||
"$@"
|
"$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user