Skip to content

Commit

Permalink
Remove armhf warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed May 12, 2024
1 parent 1e82539 commit 4c207ce
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 4c207ce

Please sign in to comment.