From ba75223981efea5197ebe7aa9ec02e1bb633b450 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Thu, 21 Oct 2021 13:14:15 +0200 Subject: [PATCH] Make libseccomp errors halt startup --- root/etc/cont-init.d/10-adduser | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/root/etc/cont-init.d/10-adduser b/root/etc/cont-init.d/10-adduser index 2ef3ed4..1cbae76 100644 --- a/root/etc/cont-init.d/10-adduser +++ b/root/etc/cont-init.d/10-adduser @@ -10,7 +10,7 @@ echo ' ------------------------------------- _ () | | ___ _ __ - | | / __| | | / \ + | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ @@ -40,14 +40,15 @@ if [[ "${time32}" == "1970" || "${time32}" == "1969" ]] && [ "$(uname -m)" == "a 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 -Some apps might not behave correctly without this +Apps will not behave correctly without this @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' +sleep infinity fi chown abc:abc /app