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:
stan 2003-04-07 14:28:06 +00:00
parent c29554f7f5
commit 4d9e2a7feb
1 changed files with 1 additions and 1 deletions

View File

@ -144,9 +144,9 @@ 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();
if ( ZM_OPT_FAST_DELETE ) if ( ZM_OPT_FAST_DELETE )