Open schmunk42 opened 5 years ago
We're having issues when trying to redirect command output (results) to stdout in a Docker container.
stdout
Actually, when we change the exec() here into passthru() everything works as expected.
exec()
passthru()
Do you have a preference how this could be added to this extension? Eg. $schedule->exec()->passthru()
$schedule->exec()->passthru()
CC: @handcode
We're having issues when trying to redirect command output (results) to
stdout
in a Docker container.Actually, when we change the
exec()
here intopassthru()
everything works as expected.Do you have a preference how this could be added to this extension? Eg.
$schedule->exec()->passthru()
CC: @handcode