vzdump: hook script example: s/openvz/lxc/

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-10-29 11:09:57 +01:00
parent 2d2ed7ab53
commit 971e4bb13e

View File

@ -35,7 +35,7 @@ if ($phase eq 'job-start' ||
my $vmid = shift;
my $vmtype = $ENV{VMTYPE}; # openvz/qemu
my $vmtype = $ENV{VMTYPE}; # lxc/qemu
my $dumpdir = $ENV{DUMPDIR};