Skip to content

Commit

Permalink
Merge pull request #235 from linuxserver/3.18-remove-arm-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored May 14, 2024
2 parents b00094d + 42ed600 commit 11b5dbf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions root/etc/s6-overlay/s6-rc.d/init-adduser/run
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@ User GID: $(id -g abc)
───────────────────────────────────────
"

if [[ "$(uname -m)" == "armv7l" ]] || [[ "$(uname -m)" == "armhf" ]]; then
echo '
╔═════════════════════════════════════════════════════╗
║ ║
║ The 32-bit Arm version of this image will ║
║ no longer be supported after 2023-07-01 ║
║ ║
║ See: https://linuxserver.io/armhf ║
║ for more details ║
║ ║
╚═════════════════════════════════════════════════════╝
'
fi

lsiown abc:abc /app
lsiown abc:abc /config
lsiown abc:abc /defaults

0 comments on commit 11b5dbf

Please sign in to comment.