From 6bc6a78ac0904069281f5fa8164178019f9da867 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 6 Nov 2019 13:36:27 +0100 Subject: [PATCH] pveum: don't unconditionally create auth key MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit anything that uses it should already generate it anyway. Signed-off-by: Fabian Grünbichler --- pveum | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pveum b/pveum index 196fb3a..34ed82c 100755 --- a/pveum +++ b/pveum @@ -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(); -- 2.39.2