zmfilter now started in all modes except 'None'

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@690 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2003-11-08 11:58:14 +00:00
parent a0e1f9cba2
commit 20d8af0b0c
1 changed files with 1 additions and 1 deletions

View File

@ -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();