]> git.proxmox.com Git - pve-manager.git/blame_incremental - bin/pvereport
pveversion: fix removed packages with residual configs
[pve-manager.git] / bin / pvereport
... / ...
CommitLineData
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5use PVE::Report;
6
7($> == 0 ) || die "please run as root\n";
8
9print PVE::Report::generate();
10
11__END__
12
13=head1 NAME
14
15pvereport - Proxmox VE Report tool
16
17=head1 SYNOPSIS
18
19pvereport
20
21=head1 DESCRIPTION
22
23Display various information related to a Proxmox VE system