mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
Reformat seccomp warning
This commit is contained in:
+9
-9
@@ -342,15 +342,15 @@ run_branding() {
|
|||||||
|
|
||||||
if [[ "\${time32}" == "1970" || "\${time32}" == "1969" ]] && [ "\$(uname -m)" == "armv7l" ]; then
|
if [[ "\${time32}" == "1970" || "\${time32}" == "1969" ]] && [ "\$(uname -m)" == "armv7l" ]; then
|
||||||
echo '
|
echo '
|
||||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
╔═════════════════════════════════════════════════════════════════════════════╗
|
||||||
|
║ ║
|
||||||
Your DockerHost is running an outdated version of libseccomp
|
║ Your Docker Host 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 ║
|
||||||
|
║ ║
|
||||||
Apps will not behave correctly without this
|
║ Apps will not behave correctly without this ║
|
||||||
|
║ ║
|
||||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
╚═════════════════════════════════════════════════════════════════════════════╝
|
||||||
'
|
'
|
||||||
sleep infinity
|
sleep infinity
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user