Skip to content

Commit

Permalink
Fix for S6 dependency check error.
Browse files Browse the repository at this point in the history
  • Loading branch information
xthursdayx committed Apr 6, 2023
1 parent 6914e2c commit 52a1f66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Empty file.
24 changes: 12 additions & 12 deletions p7zip/root/etc/s6-overlay/s6-rc.d/init-adduser/run
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ time32="$(date +%Y)"

if [[ "${time32}" == "1970" || "${time32}" == "1969" ]] && [ "$(uname -m)" == "armv7l" ]; then
echo '
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Your DockerHost is running an outdated version of libseccomp

To fix this, please visit https://docs.linuxserver.io/faq#libseccomp

Apps will not behave correctly without this

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
╔═════════════════════════════════════════════════════════════════════════════╗
║ ║
Your Docker Host is running an outdated version of libseccomp
║ ║
To fix this, please visit https://docs.linuxserver.io/faq#libseccomp
║ ║
Apps will not behave correctly without this
║ ║
╚═════════════════════════════════════════════════════════════════════════════╝
'
sleep infinity
fi

chown abc:abc /app
chown abc:abc /config
chown abc:abc /defaults
lsiown abc:abc /app
lsiown abc:abc /config
lsiown abc:abc /defaults

0 comments on commit 52a1f66

Please sign in to comment.