Have to include the --daemon param when telling zmdc.pl what to do with zmfilter.pl

This commit is contained in:
Isaac Connor 2019-08-07 15:34:30 -04:00
parent fcabec085f
commit fb7ab993b5
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Filter extends ZM_Object {
if ( !defined('ZM_SERVER_ID') or !$Server->Id() or ZM_SERVER_ID==$Server->Id() ) { if ( !defined('ZM_SERVER_ID') or !$Server->Id() or ZM_SERVER_ID==$Server->Id() ) {
# Local # Local
Logger::Debug("Controlling filter locally $command for server ".$Server->Id()); Logger::Debug("Controlling filter locally $command for server ".$Server->Id());
daemonControl($command, 'zmfilter.pl', '--filter_id='.$this->{'Id'}); daemonControl($command, 'zmfilter.pl', '--filter_id='.$this->{'Id'}.' --daemon');
} else { } else {
# Remote case # Remote case