diff --git a/scripts/zmpkg.pl.z b/scripts/zmpkg.pl.z index 62243b769..1ffb2576d 100755 --- a/scripts/zmpkg.pl.z +++ b/scripts/zmpkg.pl.z @@ -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();