mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-05-03 16:10:40 +00:00
0389ffd3b2
check_container_storage uses 'df /boot --output=size' which is unsupported by BusyBox df on Alpine and /boot is not a separate partition there. Both helpers are designed for Debian/Ubuntu hosts only. Affected: alpine-ntfy, alpine-rustypaste, alpine-ironclaw, alpine-redlib. Fixes #14163