diff --git a/vmcreate.sh b/vmcreate.sh index 0ab1ffc..723bfae 100644 --- a/vmcreate.sh +++ b/vmcreate.sh @@ -18,6 +18,5 @@ do qm set $vmnum --ipconfig0 ip=$ip/24,gw=10.10.35.1 qm cloudinit update $vmnum qm start $vmnum - done echo "VMs from 'hosts' successfully created" \ No newline at end of file