pveum: don't unconditionally create auth key

anything that uses it should already generate it anyway.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2019-11-06 13:36:27 +01:00 committed by Thomas Lamprecht
parent 042eaa3dbd
commit 6bc6a78ac0

7
pveum
View File

@ -5,9 +5,4 @@ use warnings;
use PVE::CLI::pveum;
my $prepare = sub {
# autmatically generate the private key if it does not already exists
PVE::Cluster::gen_auth_key();
};
PVE::CLI::pveum->run_cli_handler(prepare => $prepare);
PVE::CLI::pveum->run_cli_handler();