mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-24 22:14:57 +00:00
fix typo
This commit is contained in:
parent
09d0ee6473
commit
ae9ca91d80
@ -378,7 +378,8 @@ __PACKAGE__->register_method({
|
|||||||
$conf->{bootdisk} = $firstdisk;
|
$conf->{bootdisk} = $firstdisk;
|
||||||
}
|
}
|
||||||
|
|
||||||
PVE::QemuServer::update_conf_nolock($vmid, $conf);
|
PVE::QemuServer::update_config_nolock($vmid, $conf);
|
||||||
|
|
||||||
};
|
};
|
||||||
my $err = $@;
|
my $err = $@;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user