a98193c295
squashed from the respective commits of the stable-7 branch, which is the canonical source for this specific script. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
9 lines
106 B
Perl
Executable File
9 lines
106 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pve7to8;
|
|
|
|
PVE::CLI::pve7to8->run_cli_handler();
|