fixed brace styling
This commit is contained in:
parent
d64e58e374
commit
e5505de1d1
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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'} ) {
|
||||||
|
|
Loading…
Reference in New Issue