mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 13:36:37 +00:00
fix vzdump parameter parser (allow --stdout)
This commit is contained in:
parent
5d6259a040
commit
59af6aee78
@ -1227,7 +1227,7 @@ sub command_line {
|
||||
}
|
||||
|
||||
foreach my $p (keys %$param) {
|
||||
next if $p eq 'id' || $p eq 'vmid' || $p eq 'starttime' || $p eq 'dow';
|
||||
next if $p eq 'id' || $p eq 'vmid' || $p eq 'starttime' || $p eq 'dow' || $p eq 'stdout';
|
||||
my $v = $param->{$p};
|
||||
my $pd = $confdesc->{$p} || die "no such vzdump option '$p'\n";
|
||||
if ($p eq 'exclude-path') {
|
||||
|
6
debian/changelog.Debian
vendored
6
debian/changelog.Debian
vendored
@ -1,3 +1,9 @@
|
||||
pve-manager (2.1-3) unstable; urgency=low
|
||||
|
||||
* fix vzdump parameter parser (allow --stdout)
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2012 11:12:56 +0200
|
||||
|
||||
pve-manager (2.1-2) unstable; urgency=low
|
||||
|
||||
* set apache directory access options for all used dirs
|
||||
|
@ -2,7 +2,7 @@ RELEASE=2.1
|
||||
|
||||
VERSION=2.1
|
||||
PACKAGE=pve-manager
|
||||
PACKAGERELEASE=2
|
||||
PACKAGERELEASE=3
|
||||
|
||||
BINDIR=${DESTDIR}/usr/bin
|
||||
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
||||
|
Loading…
Reference in New Issue
Block a user