Closed phyver closed 3 years ago
Yeah, maybe we can make it a dependency for now, and we can always add another of the version later. In general I think it is good to have more options: we don't need to include all the missions in the default index file.
a534684ae83a5db65fe0edb8b1289628d884fc92
The presence of
pstree
is not checked inprocesses/03_pstree_kill/init.sh
, and the goal file does say the command is not standard. We can eitherpstree
has a real dependency and cancel the mission if it is not found,PPID
andps -f
(that should make it possible to finish the mission)@rlepigre , what do you think?
(Maybe we can have a real dependency for
pstree
, and have some other mission usePPID
...)