Update gfxcreate.sh

This commit is contained in:
2025-11-25 09:38:33 +00:00
parent ebd4bfcedb
commit 7a35180da6

View File

@@ -52,5 +52,6 @@ do
qm set $vmid --ipconfig0 ip=$ip/24,gw=10.10.35.1
qm cloudinit update $vmid
qm start $vmid
ha-manager add vm:$vmid --state started --max_relocate 2
done
echo "VMs from 'gfx_hosts' successfully created"