From 4d9e2a7febd59270dc0eaba9942b8b834b89ca14 Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 7 Apr 2003 14:28:06 +0000 Subject: [PATCH] Don't always start zmfilter. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@457 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmpkg.pl.z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmpkg.pl.z b/scripts/zmpkg.pl.z index 2b9069d4a..62243b769 100755 --- a/scripts/zmpkg.pl.z +++ b/scripts/zmpkg.pl.z @@ -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 zmfilter.pl -m $monitor->{Id} -e -1" ); } - execute( ZM_PATH_BIN."/zmdc.pl start zmfilter.pl -m $monitor->{Id} -e -1" ); } $sth->finish();