File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d/init-adduser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,21 +31,12 @@ GID/UID
3131echo "
3232User UID: $(id -u "${USER_NAME}")
3333User GID: $(id -g "${USER_NAME}")
34- ───────────────────────────────────────
35- "
36-
37- if [[ "$(uname -m)" == "armv7l" ]] || [[ "$(uname -m)" == "armhf" ]]; then
34+ ───────────────────────────────────────"
35+ if [[ -f /build_version ]]; then
36+ cat /build_version
3837 echo '
39- ╔═════════════════════════════════════════════════════╗
40- ║ ║
41- ║ The 32-bit Arm version of this image will ║
42- ║ no longer be supported after 2023-07-01 ║
43- ║ ║
44- ║ See: https://linuxserver.io/armhf ║
45- ║ for more details ║
46- ║ ║
47- ╚═════════════════════════════════════════════════════╝
48- '
38+ ───────────────────────────────────────
39+ '
4940fi
5041
5142lsiown "${USER_NAME}":"${USER_NAME}" /app
You can’t perform that action at this time.
0 commit comments