mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-09 06:02:06 +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);
|
use base qw(PVE::CLIHandler);
|
||||||
|
|
||||||
|
sub setup_environment {
|
||||||
|
PVE::RPCEnvironment->setup_default_cli_env();
|
||||||
|
}
|
||||||
|
|
||||||
sub read_password {
|
sub read_password {
|
||||||
# return $ENV{PVE_PW_TICKET} if defined($ENV{PVE_PW_TICKET});
|
# return $ENV{PVE_PW_TICKET} if defined($ENV{PVE_PW_TICKET});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user