diff --git a/plugins/relayd/relayd b/plugins/relayd/relayd index 34ffbd6b..aeebffaf 100755 --- a/plugins/relayd/relayd +++ b/plugins/relayd/relayd @@ -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] : '';