]> git.proxmox.com Git - pve-manager.git/blame - bin/pve5to6
d/postinst: fix lintian: command-with-path-in-maintainer-script postinst:76 /usr...
[pve-manager.git] / bin / pve5to6
CommitLineData
071d761a 1#!/usr/bin/perl
75584009
FG
2
3use strict;
4use warnings;
5
75584009
FG
6use PVE::CLI::pve5to6;
7
8PVE::CLI::pve5to6->run_cli_handler();