Reformat seccomp warning

This commit is contained in:
TheSpad
2023-02-26 14:39:58 +00:00
parent 1ec916ce83
commit dc1605fbe8
+9 -9
View File
@@ -342,15 +342,15 @@ run_branding() {
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