Hi,
can someone please tell me whats wrong with this, i keep getting the above error
// Build the local command executed on this server.
$cmd = $this->ssh_cmd . ' -n -F '.$config_file.' -i '.$sshkey.' ';
$cmd .= $this->user . '@'.$this->host. ''.$command.'' > '/dev/null &';
Problem is with my second $cmd something wrong with the syntax? or my ''
Thanks
can someone please tell me whats wrong with this, i keep getting the above error
// Build the local command executed on this server.
$cmd = $this->ssh_cmd . ' -n -F '.$config_file.' -i '.$sshkey.' ';
$cmd .= $this->user . '@'.$this->host. ''.$command.'' > '/dev/null &';
Problem is with my second $cmd something wrong with the syntax? or my ''
Thanks