Fix zmcontrol.pl command line to not use = to match with usage elsewhere
parent
b16d4045ee
commit
3e3af0bca5
|
@ -567,7 +567,7 @@ class Monitor extends ZM_Object {
|
|||
return false;
|
||||
}
|
||||
} else if ( $command != 'quit' ) {
|
||||
$command = ZM_PATH_BIN.'/zmcontrol.pl '.$command.' --id='.$this->{'Id'};
|
||||
$command = ZM_PATH_BIN.'/zmcontrol.pl '.$command.' --id '.$this->{'Id'};
|
||||
|
||||
// Can't connect so use script
|
||||
$ctrlOutput = exec(escapeshellcmd($command));
|
||||
|
|
Loading…
Reference in New Issue