Community
Participate
Working Groups
startup.sh and dmk.sh launch Virgo with process structure like this: bin/bash \_ bin/bash \_ <Java / Virgo> The tree starts to grow when using additional script to start Virgo: bin/sh \_ bin/bash \_ bin/bash \_ <Java / Virgo> The additional shell process makes it harder to get the exit code and can be easily eliminated by using exec in dmk.sh.
Added exec in dmk.sh with commit a6391ac8836479ea436df3b559b69a696fb68cf7