mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-30 09:42:54 +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