Closed m-kuhn closed 1 year ago
@daniviga does this look good to you (and do you have an explanation why)?
LGTM, uhm, it's a bit weird, however a good reason it might be that process forks, so it looses reference to the original path.
Thanks for spotting this...
LGTM, uhm, it's a bit weird, however a good reason it might be that process forks, so it looses reference to the original path.
Thanks for spotting this...
Possibly. As soon as you start a new process from the cli with full path it will be picked up by waitfor and the container exits when the process stops.
Problem statement:
Analysis