Skip to content

Commit

Permalink
Fix container init (#72478)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 25, 2022
1 parent 42c80dd commit 36ff15b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rootfs/init
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 \
"$@"

0 comments on commit 36ff15b

Please sign in to comment.