forked from Proxmox/proxmox-perl-rs
common: fix base for PMG
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b2a4623ac7
commit
c3982c55b8
@ -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 $@;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user