Refs #6339 - delete unused variable
This commit is contained in:
parent
070dd4b54c
commit
1c3ca4bec7
|
@ -97,7 +97,6 @@ sub run {
|
||||||
$self->{output}->option_exit();
|
$self->{output}->option_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
my $exit;
|
|
||||||
if ($webcontent->{status} eq 'green') {
|
if ($webcontent->{status} eq 'green') {
|
||||||
$self->{output}->output_add(severity => 'OK',
|
$self->{output}->output_add(severity => 'OK',
|
||||||
short_msg => sprintf("Cluster %s : All shard are allocated", $webcontent->{cluster_name}));
|
short_msg => sprintf("Cluster %s : All shard are allocated", $webcontent->{cluster_name}));
|
||||||
|
|
Loading…
Reference in New Issue