mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-30 20:44:43 +00:00
be2d023385
ifconfig is not available on modern Debian systems (net-tools not installed by default). Replace with hostname -I which is available everywhere, with ip addr as fallback. Fixes: #14257