nbs
nbs copied to clipboard
Run mount from script to make initctl.sh kill/terminate work correctly with mount processes
Before this change, we saved pid of piped grep instead of mounting process. Besides that, ./initctl.sh expects that pids saved in pids.txt to correspond to parents of actual processes that are required to be killed, so we add dedicated mount.sh script that will serve as such parent process, and we save its pid instead.
Hi! Thank you for contributing!
The tests on this PR will run after a maintainer adds an ok-to-test label to this PR manually. Thank you for your patience!