Update unifi-os-vm.sh

This commit is contained in:
CanbiZ 2025-08-01 15:01:34 +02:00
parent 2a83aaa899
commit ea489d3151

View File

@ -584,9 +584,7 @@ fi
# Attach Cloud-Init Drive & user-data to VM
msg_info "Attaching Cloud-Init Drive and custom user-data to VM"
qm set $VMID --ide2 $STORAGE:cloudinit
qm set $VMID --cicustom "user=local:snippets/unifios-server-${VMID}-user-data.yaml"
msg_ok "Created a Debian 12 Cloud-Init VM with UniFi OS Server auto-install"
if [ "$START_VM" == "yes" ]; then