From ea489d315171d20af74415acbeb05e2da6bb6256 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 1 Aug 2025 15:01:34 +0200 Subject: [PATCH] Update unifi-os-vm.sh --- vm/unifi-os-vm.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm/unifi-os-vm.sh b/vm/unifi-os-vm.sh index 5770838c..88e649db 100644 --- a/vm/unifi-os-vm.sh +++ b/vm/unifi-os-vm.sh @@ -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