1
0
Fork 0
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:
Antoine Beaupré 2012-03-09 19:09:00 -05:00
parent 1b3a25741b
commit 2275fef141

View file

@ -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] : '';