This commit is contained in:
Jaroslav Drzik
2021-12-10 11:24:00 +01:00
parent 7d31e98713
commit 1689989bd4
3 changed files with 2 additions and 151 deletions

View File

@@ -88,7 +88,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM {
$cwd = '/tmp';
$env = array('debug' => 'false');
$process = proc_open(__DIR__.'/check_status', $descriptorspec, $pipes, $cwd, $env);
$process = proc_open(__DIR__.'/../bin/check_status', $descriptorspec, $pipes, $cwd, $env);
if (is_resource($process)) {
// $pipes now looks like this: