Remove armhf warning

This commit is contained in:
thespad 2024-05-12 15:05:00 +01:00
parent d5f2b917fc
commit 34a9074952
No known key found for this signature in database
GPG key ID: 08F06191F4587860

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