forked from Proxmox/ProxmoxVE
50b3c3ae7f
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