Merge pull request #234 from linuxserver/3.19-remove-arm-warning

This commit is contained in:
Roxedus 2024-05-14 14:25:38 +02:00 committed by GitHub
commit 3d21020c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 /app
lsiown abc:abc /config lsiown abc:abc /config
lsiown abc:abc /defaults lsiown abc:abc /defaults