Make libseccomp errors halt startup

This commit is contained in:
Roxedus 2021-10-21 13:14:15 +02:00
parent d01575b674
commit ba75223981
No known key found for this signature in database
GPG key ID: EBC13557C4D91D7B

View file

@ -40,14 +40,15 @@ if [[ "${time32}" == "1970" || "${time32}" == "1969" ]] && [ "$(uname -m)" == "a
echo ' echo '
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Your DockerHost is most likely running an outdated version of libseccomp Your DockerHost is running an outdated version of libseccomp
To fix this, please visit https://docs.linuxserver.io/faq#libseccomp To fix this, please visit https://docs.linuxserver.io/faq#libseccomp
Some apps might not behave correctly without this Apps will not behave correctly without this
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
' '
sleep infinity
fi fi
chown abc:abc /app chown abc:abc /app