PVE/CLI/pveum.pm: call setup_default_cli_env()

This commit is contained in:
Dietmar Maurer 2017-05-02 10:39:22 +02:00
parent 3641833bc0
commit e623414a30

View File

@ -21,6 +21,10 @@ use PVE::CLIHandler;
use base qw(PVE::CLIHandler);
sub setup_environment {
PVE::RPCEnvironment->setup_default_cli_env();
}
sub read_password {
# return $ENV{PVE_PW_TICKET} if defined($ENV{PVE_PW_TICKET});