Skip to content

Commit a730533

Browse files
authored
Merge pull request #1 from linuxserver/master-armhf-notice
2 parents d4fd2ca + 8f5829f commit a730533

File tree

1 file changed

+0
-17
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-adduser

1 file changed

+0
-17
lines changed

root/etc/s6-overlay/s6-rc.d/init-adduser/run

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,6 @@ User GID: $(id -g abc)
2727
───────────────────────────────────────
2828
"
2929

30-
time32="$(date +%Y)"
31-
32-
if [[ "${time32}" == "1970" || "${time32}" == "1969" ]] && [ "$(uname -m)" == "armv7l" ]; then
33-
echo '
34-
╔═════════════════════════════════════════════════════════════════════════════╗
35-
║ ║
36-
║ Your Docker Host is running an outdated version of libseccomp ║
37-
║ ║
38-
║ To fix this, please visit https://docs.linuxserver.io/faq#libseccomp ║
39-
║ ║
40-
║ Apps will not behave correctly without this ║
41-
║ ║
42-
╚═════════════════════════════════════════════════════════════════════════════╝
43-
'
44-
sleep infinity
45-
fi
46-
4730
lsiown abc:abc /app
4831
lsiown abc:abc /config
4932
lsiown abc:abc /defaults

0 commit comments

Comments
 (0)