pve-manager/bin/pve7to8
Thomas Lamprecht a98193c295 update source of pve7to8 upgrade checker script
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>
2023-05-31 18:00:07 +02:00

9 lines
106 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
use PVE::CLI::pve7to8;
PVE::CLI::pve7to8->run_cli_handler();