mirror of https://github.com/mikaku/Monitorix.git
3.0: removed a bad defined variable
This commit is contained in:
parent
0f44b2559f
commit
094662351e
|
@ -31,7 +31,6 @@ sub nfss_init {
|
||||||
my $myself = (caller(0))[3];
|
my $myself = (caller(0))[3];
|
||||||
my ($package, $config, $debug) = @_;
|
my ($package, $config, $debug) = @_;
|
||||||
my $rrd = $config->{base_lib} . $package . ".rrd";
|
my $rrd = $config->{base_lib} . $package . ".rrd";
|
||||||
my $squid = $config->{squid};
|
|
||||||
|
|
||||||
if(grep {$_ eq $config->{os}} ("FreeBSD", "OpenBSD", "NetBSD")) {
|
if(grep {$_ eq $config->{os}} ("FreeBSD", "OpenBSD", "NetBSD")) {
|
||||||
logger("$myself is not supported yet by your operating system ($config->{os}).");
|
logger("$myself is not supported yet by your operating system ($config->{os}).");
|
||||||
|
|
Loading…
Reference in New Issue