Missing line MANUALPATCH

master
c.soylu 2 years ago
parent 5075dffff2
commit a2c309b736
No known key found for this signature in database
GPG Key ID: 5C6DD95082155A23

@ -12,6 +12,9 @@ The code to edit in my $update_vm_api fonction is belove;
```
my $conf = PVE::QemuConfig->load_config($vmid);
my $ostype = $conf->{ostype};
if (defined(my $cipassword = $param->{cipassword})) {
# Same logic as in cloud-init (but with the regex fixed...)
if (!(PVE::QemuServer::windows_version($ostype))) { # new if block for support windowsand insert old code inside it

Loading…
Cancel
Save