File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
root/etc/s6-overlay/s6-rc.d/init-adduser Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -27,23 +27,6 @@ User GID: $(id -g abc)
27
27
───────────────────────────────────────
28
28
"
29
29
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
-
47
30
lsiown abc:abc /app
48
31
lsiown abc:abc /config
49
32
lsiown abc:abc /defaults
You can’t perform that action at this time.
0 commit comments