mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-13 19:15:15 +02:00
57e06a5ef5
The hostname, machine-id and dbus cleanup calls were missing || true, so when virt-customize fails (e.g. on newer distros) the whole script aborts. The SSH config calls already had || true, these were just missed. Cloud-Init will set the hostname on first boot anyway. Ref #12073