Skip to content

Prevent overshadowing of PID variable

Kristian Larsson requested to merge 23-no-shadow into master

We want to wait on the ncs process which is, in this script, the last program to be placed in the background. However, we have the post-ncs-start scripts which could possible place some other program in the background and thus overshadow $!.

Closes #23 (closed)

Merge request reports