fixed brace styling

This commit is contained in:
Pliable Pixels 2018-03-29 11:27:31 -04:00
parent d64e58e374
commit e5505de1d1
2 changed files with 2 additions and 4 deletions

View File

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

View File

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