zmfilter now started in all modes except 'None'
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@690 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
a0e1f9cba2
commit
20d8af0b0c
|
@ -187,8 +187,8 @@ if ( $command =~ /^(?:start|restart)$/ )
|
|||
execute( ZM_PATH_BIN."/zmdc.pl start zmf -m $monitor->{Id}" );
|
||||
}
|
||||
execute( ZM_PATH_BIN."/zmdc.pl start zma -m $monitor->{Id}" );
|
||||
execute( ZM_PATH_BIN."/zmdc.pl start zmfilter.pl -m $monitor->{Id} -e -1" );
|
||||
}
|
||||
execute( ZM_PATH_BIN."/zmdc.pl start zmfilter.pl -m $monitor->{Id} -e -1" );
|
||||
}
|
||||
}
|
||||
$sth->finish();
|
||||
|
|
Loading…
Reference in New Issue