mirror of https://github.com/BOINC/boinc.git
Merge pull request #1499 from UweBeckert/patch-1
remove spaces in pid_file
This commit is contained in:
commit
22c00f9beb
|
@ -356,7 +356,7 @@ function get_daemon_status() {
|
|||
}
|
||||
$x = new StdClass;
|
||||
$x->cmd = (string)$d->cmd;
|
||||
$x->status = local_daemon_running($x->cmd, $d->pid_file, $web_host);
|
||||
$x->status = local_daemon_running($x->cmd, trim($d->pid_file), $web_host);
|
||||
$x->host = $web_host;
|
||||
$local_daemons[] = $x;
|
||||
|
||||
|
|
Loading…
Reference in New Issue