Cleaned -v and -q options

This commit is contained in:
Jose Gonzalez 2021-03-10 13:58:56 +01:00
parent 5283771e32
commit 2d4577b23b
1 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ our @EXPORT = qw(
);
# version: Defines actual version of Pandora Server for this module only
my $pandora_version = "7.0NG.751";
my $pandora_build = "210120";
my $pandora_version = "7.0NG.752";
my $pandora_build = "210310";
our $VERSION = $pandora_version." ".$pandora_build;
# Setup hash
@ -827,7 +827,7 @@ sub pandora_load_config {
}
elsif ($parametro =~ m/^verbosity\s+([0-9]*)/i) {
if ($pa_config->{"verbosity"} == 0) {
$pa_config->{"verbosity"} = clean_blank($1);
$pa_config->{"verbosity"} = clean_blank($1);
}
}
elsif ($parametro =~ m/^server_threshold\s+([0-9]*)/i) {