common: fix base for PMG
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@@ -35,7 +35,7 @@ BEGIN {
|
||||
push @ISA, $base;
|
||||
} else {
|
||||
eval { require Proxmox::Lib::PVE and push @ISA, 'Proxmox::Lib::PVE'; };
|
||||
eval { require Proxmox::Lib::PMG and push @ISA, 'Proxmox::Lib::PVE'; } if $@;
|
||||
eval { require Proxmox::Lib::PMG and push @ISA, 'Proxmox::Lib::PMG'; } if $@;
|
||||
die $@ if $@;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user