mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
fixup: more parse error
This commit is contained in:
parent
1b3a25741b
commit
2275fef141
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ my $configfile = "/usr/local/etc/relayd.conf";
|
|||
need_multigraph();
|
||||
|
||||
(defined($ENV{'logfile'})) and $logfile = $ENV{'logfile'};
|
||||
(defined($ENV{'configfile'})) and $configfile = $ENV{'offsetfile'};
|
||||
(defined($ENV{'configfile'})) and $configfile = $ENV{'configfile'};
|
||||
|
||||
my $cmd = (defined($ARGV[0])) ? $ARGV[0] : '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue