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