Fixed last fix.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@458 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
4d9e2a7feb
commit
dceff4a919
|
@ -143,8 +143,8 @@ if ( $command =~ /^(?:start|restart)$/ )
|
|||
if ( $monitor->{Function} eq 'Active' )
|
||||
{
|
||||
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