Don't always start zmfilter.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@457 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
c29554f7f5
commit
4d9e2a7feb
|
@ -144,8 +144,8 @@ if ( $command =~ /^(?:start|restart)$/ )
|
||||||
{
|
{
|
||||||
execute( ZM_PATH_BIN."/zmdc.pl start zma -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();
|
$sth->finish();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue