mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 10:58:09 +00:00
pvestatd: correctly set debug flag
This commit is contained in:
parent
9da32f1282
commit
6e12f8db96
@ -40,6 +40,8 @@ my $restart_request = 0;
|
||||
sub init {
|
||||
my ($self) = @_;
|
||||
|
||||
$opt_debug = $self->{debug};
|
||||
|
||||
PVE::Cluster::cfs_update();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user