silly mistake - wrong names

This commit is contained in:
Pliable Pixels 2018-03-29 11:23:35 -04:00
parent 95eb1d3045
commit d64e58e374
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ my @daemons = (
'zmtelemetry.pl'
);
if ($Config{ZM_OPT_USE_ZMEVENTNOTIFICATION})
if ($Config{ZM_OPT_USE_EVENTNOTIFICATION})
{
push @daemons,'zmeventnotification.pl';
}

View File

@ -257,7 +257,7 @@ if ( $command =~ /^(?:start|restart)$/ ) {
if ( $Config{ZM_TELEMETRY_DATA} ) {
runCommand('zmdc.pl start zmtelemetry.pl');
}
if ($Config{ZM_OPT_USE_ZMEVENTNOTIFICATION} )
if ($Config{ZM_OPT_USE_EVENTNOTIFICATION} )
{
runCommand('zmdc.pl start zmeventnotification.pl');
}