mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-05 15:19:57 +00:00
PVE/CLI/pveum.pm: call setup_default_cli_env()
This commit is contained in:
parent
3641833bc0
commit
e623414a30
@ -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});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user